kustomer-client
    Preparing search index...

    Type Alias CreateDraftAttachmentData

    type CreateDraftAttachmentData = {
        body?: { contentLength: number; contentType: string; name: string };
        path: { id: string };
        query?: never;
        url: "/drafts/{id}/attachments";
    }
    Index

    Properties

    Properties

    body?: { contentLength: number; contentType: string; name: string }
    path: { id: string }

    Type declaration

    • id: string

      Unique draft ID.

    query?: never
    url: "/drafts/{id}/attachments"