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

    Interface ListAccountsResponse

    interface ListAccountsResponse {
        data: AccountResource[];
        links: { prev?: string; next?: string };
    }
    Index

    Properties

    Properties

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