Skip to content

Type Alias: AttachmentInput

ts
type AttachmentInput = object;

Defined in: src/core/formData/attachmentInput.ts:16

Properties

content

ts
content: AttachmentContent;

Defined in: src/core/formData/attachmentInput.ts:18


filename

ts
filename: string;

Defined in: src/core/formData/attachmentInput.ts:17