+2
src/storage/schema.ts
+2
src/storage/schema.ts
···
13
* Geolocation config, fetched from the IP service. This previously did
14
* double duty as the "status" for geolocation state, but that has since
15
* moved here to the client.
16
+
*
17
+
* @deprecated use `mergedGeolocation` instead
18
*/
19
geolocation?: {
20
countryCode: string | undefined