diff options
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 19c31834b..c05a7531d 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -7,6 +7,7 @@ export type Device = { lastNuxDialog: string | undefined geolocation?: { countryCode: string | undefined + isAgeRestrictedGeo: boolean | undefined } trendingBetaEnabled: boolean devMode: boolean |