Updaet storage schema

This commit is contained in:
Eric Bailey
2025-07-15 13:27:27 -05:00
parent 4dd40017f0
commit d481d4530f
+1 -1
View File
@@ -7,7 +7,7 @@ export type Device = {
lastNuxDialog: string | undefined
geolocation?: {
countryCode: string | undefined
isAgeRestrictedGeo: boolean
isAgeRestrictedGeo: boolean | undefined
}
trendingBetaEnabled: boolean
devMode: boolean