TypeScript SDK

LazyMintParams

type LazyMintParams = WithOverrides<{
nfts: Array<NFTInput | string>;
}>;