- Preparing search index...
- The search index is not available
@shyft-to/js
Type alias ActiveListings
Active
Listings
: { data
: Omit<ListedNftDetail, "cancelled_at" | "purchased_at" | "purchase_receipt">[]; page
: number; size
: number; total_data
: number; total_page
: number; }
Type declaration
-
data: Omit<ListedNftDetail, "cancelled_at" | "purchased_at" | "purchase_receipt">[]
-
page: number
-
size: number
-
total_data: number
-
total_page: number