Browse Source

feat(types): process

qinlaiqiao 4 years atrás
parent
commit
2a8327d185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/process.ts

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

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