UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 205 B
export type AuctionsHistory = { txhash?: string | null; senderaddress?: string | null; bidamount?: number; created?: string; state?: string | null; returntxhash?: string | null; };