Appearance
DoCurious API Reference / types / VenueAddress
Interface: VenueAddress
Defined in: types/challenge.types.ts:268
Physical address of a venue where hosted challenges take place.
Properties
city
city:
string
Defined in: types/challenge.types.ts:270
country
country:
string
Defined in: types/challenge.types.ts:273
latitude?
optionallatitude:number
Defined in: types/challenge.types.ts:274
longitude?
optionallongitude:number
Defined in: types/challenge.types.ts:275
postalCode
postalCode:
string
Defined in: types/challenge.types.ts:272
state
state:
string
Defined in: types/challenge.types.ts:271
street
street:
string
Defined in: types/challenge.types.ts:269