kustomer-client
    Preparing search index...

    Type Alias CreateAttachmentData

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

    Properties

    Properties

    body?: { ""?: string; contentLength: number; contentType: string; name: string }

    Schema for attachment creation operations

    path?: never
    query?: never
    url: "/attachments"