export interface Role { id: number; name: string; color?: string; description?: string; }