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