about summary refs log tree commit diff
path: root/src/storage/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r--src/storage/schema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts
index 667b43208..0e9b1985c 100644
--- a/src/storage/schema.ts
+++ b/src/storage/schema.ts
@@ -9,6 +9,7 @@ export type Device = {
     countryCode: string | undefined
   }
   trendingBetaEnabled: boolean
+  devMode: boolean
 }
 
 export type Account = {