export interface role { id: string; isForbidden: boolean | null; label: string; previousLabel?: string; userCount: number; [key: string]: any; }