Jelajahi Sumber

feat(types): 在IParticipantConfig添加cooperations

LuoHaoxuan 3 tahun lalu
induk
melakukan
4915cd3659
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      types/src/interface/process.ts

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

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