@gphone/sdk
    Preparing search index...

    Interface ListingPage

    A page of marketplace listings, as returned by the feed/search/mine reads.

    interface ListingPage {
        nextCursor: number | null;
        rows: Listing[];
    }
    Index
    nextCursor: number | null
    rows: Listing[]