diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 4cc9782262..d1e4a8d88c 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -13,6 +13,8 @@ export type Device = { * Geolocation config, fetched from the IP service. This previously did * double duty as the "status" for geolocation state, but that has since * moved here to the client. + * + * @deprecated use `mergedGeolocation` instead */ geolocation?: { countryCode: string | undefined