UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

6 lines (5 loc) 180 B
import type { ReserveNftsClassV2 } from './ReserveNftsClassV2'; export type MintNftsClass = { countNfts?: number | null; reserveNfts?: Array<ReserveNftsClassV2> | null; };