@jackdevau/up-api API Reference
    Preparing search index...

    Interface ListAttachmentsResponse

    interface ListAttachmentsResponse {
        data: AttachmentResource[];
        links: { prev?: string; next?: string };
    }
    Index

    Properties

    Properties

    links: { prev?: string; next?: string }