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