Quellcode durchsuchen

feat(types): 完善IParticipantConfig

LuoHaoxuan vor 3 Jahren
Ursprung
Commit
06f4a02bff
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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[];
 }