Przeglądaj źródła

fix(types): 修改IProcedureParticipantInfo

LuoHaoxuan 3 lat temu
rodzic
commit
0d82f697b1
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

@@ -198,7 +198,7 @@ export interface ICollaboratorScope {
 // 3合1参与者信息
 export interface IProcedureParticipantInfo {
   approvalWay: string;
-  configure?: any[];
+  configure?: [];
   executor: {
     ID: string;
     members?: Members[];