Bläddra i källkod

feat(types): 在IParticipantConfig添加cooperations

LuoHaoxuan 3 år sedan
förälder
incheckning
4915cd3659
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 {