export interface xGroupCatalogSettings {
    catalogId: string;
    displayName: string;
    forceAcceptMember: boolean;
}
