Kaynağa Gözat

feat(types): 在IParticipantConfig添加cooperations

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
4915cd3659
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 {