Skip to main content

Interface: Base64FileInput

Defined in: type/Base64FileInput.ts:4

Input object for Base64FileInput

Properties

base64

base64: string

Defined in: type/Base64FileInput.ts:6

The base64 representation of the file contents.


contentType

contentType: string

Defined in: type/Base64FileInput.ts:8

The contentType of the base64 content.


fileName

fileName: string

Defined in: type/Base64FileInput.ts:10

Indication of the fileName to use when converting the base64 to a file.