kustomer-client
    Preparing search index...

    Type Alias GetForwardAttachmentsData

    type GetForwardAttachmentsData = {
        body?: never;
        path: { id: string };
        query?: never;
        url: "/forwards/{id}/attachments";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      Unique forward ID.

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