this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f4e14626aab6b95a89af86a0cade00b9d6bbf505 12 lines 325 B view raw
1import {GEOLOCATION_URL} from '#/env' 2import {type Geolocation} from '#/geolocation/types' 3 4export const GEOLOCATION_SERVICE_URL = `${GEOLOCATION_URL}/geolocation` 5 6/** 7 * Default geolocation config. 8 */ 9export const FALLBACK_GEOLOCATION_SERVICE_RESPONSE: Geolocation = { 10 countryCode: undefined, 11 regionCode: undefined, 12}