Location

@venuecms/sdk-next


Type Alias: Location

type Location = object;

Defined in: sdk/dist/index.d.mts:51

Type declaration

Name
Type
Defined in

address?

string | null

address2?

string | null

city?

string | null

country?

string | null

externalLink?

string | null

isDefault?

boolean

lat?

number | null

lng?

number | null

mapLink?

string | null

region?

string | null

state?

string | null

zipCode?

string | null

Last updated