Explorar el Código

feat(types): 完善IParticipantConfig

LuoHaoxuan hace 3 años
padre
commit
06f4a02bff
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

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