itd-api / FileContent
Interface: FileContent
Defined in: core/attachments.ts:32
Готовое содержимое файла.
Properties
contentType?
ts
optional contentType?: string;Defined in: core/attachments.ts:37
MIME без параметров. Если не указан, определяется по имени или Blob.
file
ts
file: ArrayBuffer | Uint8Array<ArrayBufferLike> | Blob;Defined in: core/attachments.ts:33
filename?
ts
optional filename?: string;Defined in: core/attachments.ts:35
Имя влияет на определение MIME, если contentType не задан.