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