export interface UserRole { role: string; tenant: string; }