Преглед изворни кода

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 {