add demo storage

This commit is contained in:
Samuel Newman
2025-04-22 21:01:28 +03:00
committed by Eric Bailey
parent 70dbc94766
commit c34c67e4df
3 changed files with 37 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ export type Device = {
}
trendingBetaEnabled: boolean
devMode: boolean
demoMode: boolean
}
export type Account = {