Add deprecation notice

This commit is contained in:
Eric Bailey
2025-12-08 19:16:19 -06:00
parent 23ae72b5e0
commit 3113a9184b
+2
View File
@@ -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