UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 180 B
export type AuctionsNft = { policyid?: string | null; tokennamehex?: string | null; ipfshash?: string | null; metadata?: string | null; tokencount?: number; };