Select the types of activity you want to include in your feed.
1export type Geolocation = { 2 countryCode: string | undefined 3 regionCode: string | undefined 4}