about summary refs log tree commit diff
path: root/src/state/models/ui/shell.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/ui/shell.ts')
-rw-r--r--src/state/models/ui/shell.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state/models/ui/shell.ts b/src/state/models/ui/shell.ts
index 15d92f927..bd285c8cd 100644
--- a/src/state/models/ui/shell.ts
+++ b/src/state/models/ui/shell.ts
@@ -150,6 +150,10 @@ export interface ChangeEmailModal {
   name: 'change-email'
 }
 
+export interface SwitchAccountModal {
+  name: 'switch-account'
+}
+
 export type Modal =
   // Account
   | AddAppPasswordModal
@@ -160,6 +164,7 @@ export type Modal =
   | BirthDateSettingsModal
   | VerifyEmailModal
   | ChangeEmailModal
+  | SwitchAccountModal
 
   // Curation
   | ContentFilteringSettingsModal