Interface AttachmentsInitOptions

Options when creating a new instance of Attachments.

interface AttachmentsInitOptions {
    compatibility?: "v1";
}

Properties

Properties

compatibility?: "v1"

Whether to enable the compatibility mode to older versions (temporary, it will be removed).