Type Alias PaginatedCollections

PaginatedCollections: {
    collections: Collection[];
    total: number;
}

Type declaration

  • collections: Collection[]

    The list of collection, filtered by body filters.

  • total: number

    The total number of auctions.