UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 229 B
export type GetAuctionsClass = { auctionname?: string | null; auctionType?: string | null; address?: string | null; created?: string; state?: string | null; uid?: string | null; runsUntil?: string; };