export interface NewRole { id?: string; name: string; description?: string; isBaseRole?: boolean; customData?: any; }