Skip to content

Documentation v1.0.0


Documentation / @openassistant/places / FoursquarePhotoExtended

Interface: FoursquarePhotoExtended

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

Properties

classifications?

optional classifications: string[]

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


created_at

created_at: string

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


fsq_photo_id

fsq_photo_id: string

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


height

height: number

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


id

id: string

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


prefix

prefix: string

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


suffix

suffix: string

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


tip?

optional tip: FoursquarePhotoExtendedTip

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


width

width: number

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

Released under the MIT License.