export interface EffectiveRoleController { effectiveRole: string | null; setEffectiveRole: (role: string | null) => void; }