kustomer-client
    Preparing search index...

    Type Alias GetDraftAttachmentData

    type GetDraftAttachmentData = {
        body?: never;
        path: { attachmentId: string; id: string };
        query?: never;
        url: "/drafts/{id}/attachments/{attachmentId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { attachmentId: string; id: string }

    Type declaration

    • attachmentId: string

      Unique attachment ID.

    • id: string

      Unique draft ID.

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