Selaa lähdekoodia

feat(types): process

qinlaiqiao 4 vuotta sitten
vanhempi
commit
286e0d373f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -36,6 +36,7 @@ export enum AccountConfigure {
   REVOKE = 'revoke',
   REVOKE = 'revoke',
   ASSISTAUDIT = 'assistAudit',
   ASSISTAUDIT = 'assistAudit',
   ADDSIGN = 'addSign',
   ADDSIGN = 'addSign',
+  ADD_PROCESS = 'addProcess',
 }
 }
 
 
 export interface ICoreView {
 export interface ICoreView {