Skip to content

DoCurious API Reference / types / SavedLocation

Interface: SavedLocation

Defined in: types/location.types.ts:30

User's saved location

Extends

Properties

city?

optional city: string

Defined in: types/location.types.ts:19

Inherited from

Location.city


country?

optional country: string

Defined in: types/location.types.ts:22

Inherited from

Location.country


formattedAddress?

optional formattedAddress: string

Defined in: types/location.types.ts:24

Inherited from

Location.formattedAddress


latitude

latitude: number

Defined in: types/location.types.ts:11

Inherited from

Location.latitude


longitude

longitude: number

Defined in: types/location.types.ts:12

Inherited from

Location.longitude


postalCode?

optional postalCode: string

Defined in: types/location.types.ts:21

Inherited from

Location.postalCode


savedAt

savedAt: string

Defined in: types/location.types.ts:32


state?

optional state: string

Defined in: types/location.types.ts:20

Inherited from

Location.state


streetAddress?

optional streetAddress: string

Defined in: types/location.types.ts:23

Inherited from

Location.streetAddress


userId

userId: string

Defined in: types/location.types.ts:31

DoCurious Platform Documentation