|
@@ -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[];
|
|
|
}
|
|
}
|
|
|
|
|
|