export interface xCharacterCatalogSettings {
    catalogId: string;
    description: string;
}
