Type alias GetListingsResponse

GetListingsResponse: QueryCursorsV2 & {
    listings: Listing[];
}

Response from OpenSea API for fetching listings.

Type declaration