UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

6 lines (5 loc) 115 B
import type { Auction } from './Auction'; export type Auctions = { data: Array<Auction>; total: number; };