diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 710cacab88..c05a7531df 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -7,7 +7,7 @@ export type Device = { lastNuxDialog: string | undefined geolocation?: { countryCode: string | undefined - isAgeRestrictedGeo: boolean + isAgeRestrictedGeo: boolean | undefined } trendingBetaEnabled: boolean devMode: boolean