export interface Role { id: string; name: string; description: string; is_active: boolean; }