Przeglądaj źródła

feat(types): process

qinlaiqiao 4 lat temu
rodzic
commit
2a8327d185
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {