diff options
Diffstat (limited to 'src/storage/schema.ts')
-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 cf410c77d..cfca9131c 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -8,4 +8,5 @@ export type Device = { geolocation?: { countryCode: string | undefined } + trendingBetaEnabled: boolean } |