Просмотр исходного кода

feat(types): 完善IParticipantConfig

LuoHaoxuan 3 лет назад
Родитель
Сommit
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[];
 }