Interface GetAttachmentOptions<T>Beta

Options for getting attachments.

interface GetAttachmentOptions<T> {
    default?: T;
    path?: string;
    responseType?: AttachmentResponseType;
}

Type Parameters

Properties

default?: T

Default value for the attachment.

path?: string

Path to the attachment.

responseType?: AttachmentResponseType

Response type for the attachment.