Skip to content

Content

Defined in: qrati-sdk-ts/src/types.ts:128

A media content item (photo/video) as surfaced by the platform.

[key: string]: unknown

optional _id?: string

Defined in: qrati-sdk-ts/src/types.ts:129


optional blurhash?: string

Defined in: qrati-sdk-ts/src/types.ts:135


optional caption?: string

Defined in: qrati-sdk-ts/src/types.ts:136


optional height?: number

Defined in: qrati-sdk-ts/src/types.ts:134


optional thumbnailUrl?: string

Defined in: qrati-sdk-ts/src/types.ts:131


optional type?: string

Defined in: qrati-sdk-ts/src/types.ts:132


optional url?: string

Defined in: qrati-sdk-ts/src/types.ts:130


optional width?: number

Defined in: qrati-sdk-ts/src/types.ts:133