export interface AuthRoleDescription { type: 'role'; role: string; }