UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 190 B
export type ReserveNftsClassV2 = { lovelace?: number | null; nftUid?: string | null; /** * @deprecated */ nftId?: number | null; tokencount?: number | null; };