Skip to content

Documentation v1.0.0


Documentation / @openassistant/places / FoursquareIcon

Interface: FoursquareIcon

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

Properties

classifications?

optional classifications: string[]

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


created_at

created_at: string

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


height

height: number

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


id

id: string

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


prefix

prefix: string

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


suffix

suffix: string

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


tip?

optional tip: FoursquareTip

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


width

width: number

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

Released under the MIT License.