Skip to content

Documentation v1.0.0


Documentation / @openassistant/places / FoursquarePhoto

Interface: FoursquarePhoto

Defined in: packages/tools/places/src/types.ts:47

Properties

classifications?

optional classifications: string[]

Defined in: packages/tools/places/src/types.ts:54


created_at

created_at: string

Defined in: packages/tools/places/src/types.ts:49


height

height: number

Defined in: packages/tools/places/src/types.ts:53


id

id: string

Defined in: packages/tools/places/src/types.ts:48


prefix

prefix: string

Defined in: packages/tools/places/src/types.ts:50


suffix

suffix: string

Defined in: packages/tools/places/src/types.ts:51


tip?

optional tip: FoursquareTip

Defined in: packages/tools/places/src/types.ts:55


width

width: number

Defined in: packages/tools/places/src/types.ts:52

Released under the MIT License.