MintToParams

type MintToParams = WithOverrides<{
nft: NFTInput | string;
supply: bigint;
to: string;
}>;