MintToParams

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