浏览代码

fix(types): 修改IProcedureParticipantInfo

LuoHaoxuan 3 年之前
父节点
当前提交
0d82f697b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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[];