Skip to content

Type Alias: AttachmentInput

ts
type AttachmentInput = object;

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

Properties

content

ts
content: AttachmentContent;

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


filename

ts
filename: string;

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