Browse Source

fix(types): 修改IProcedureParticipantInfo

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
0d82f697b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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[];