소스 검색

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[];