Explorar el Código

feat(types): process

qinlaiqiao hace 4 años
padre
commit
286e0d373f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {