فهرست منبع

feat(types): 在IParticipantConfig添加cooperations

LuoHaoxuan 3 سال پیش
والد
کامیت
4915cd3659
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -231,6 +231,7 @@ export interface IParticipantConfig {
   accounts?: string[];
   institutionRoles?: string[];
   fixedCollaborators?: IFixedCollaboratorConfig[];
+  cooperations?: { type: string; value: string }[];
 }
 
 export interface IProcedureParticipantExecutor {