Skip to main content

Interface: ChunkUploadParams

types/media.ChunkUploadParams

Interface ChunkUploadParams

Properties

document

Optional document: Blob

The document chunk to be uploaded

Defined in

types/media.ts:50


expires

Optional expires: string

The expiration time.

Defined in

types/media.ts:42


image

Optional image: Blob

The image chunk to be uploaded

Defined in

types/media.ts:46


upload_id

upload_id: string

String returned by the first call and required from the second

Defined in

types/media.ts:38