Explorar el Código

feat(types): 在IParticipantConfig添加cooperations

LuoHaoxuan hace 3 años
padre
commit
4915cd3659
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {