This commit is contained in:
2026-08-14 01:38:34 +02:00
parent a9395585f8
commit dc9ea628c1
12 changed files with 163 additions and 140 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export type MeResponse = {
/** Membership company to restore via company switcher revert. */
staff_home_company_id?: string;
staff_home_company?: Company | null;
/** Non-prod only: show header user-switch for platform admin/demo or while impersonating. */
/** Platform staff_role=admin (any env) or non-prod demo: show header user-switch. */
dev_user_switch?: boolean;
impersonating?: boolean;
impersonator?: ImpersonatorRef | null;