Преглед на файлове

feat(types): 完善IParticipantConfig

LuoHaoxuan преди 3 години
родител
ревизия
06f4a02bff
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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[];
 }