Procházet zdrojové kódy

feat(types): 完善IParticipantConfig

LuoHaoxuan před 3 roky
rodič
revize
06f4a02bff
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {
 export interface IParticipantConfig {
   type: string;
   type: string;
   accounts?: string[];
   accounts?: string[];
+  institutionRoles?: string[];
   fixedCollaborators?: IFixedCollaboratorConfig[];
   fixedCollaborators?: IFixedCollaboratorConfig[];
 }
 }