UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

5 lines (4 loc) 162 B
import type { ReserveNftsClassV2 } from './ReserveNftsClassV2'; export type ReserveMultipleNftsClassV2 = { reserveNfts?: Array<ReserveNftsClassV2> | null; };