type NFTMintParams = { nfts: Array<NFTInput | string>; to: string };
type nfts = Array<NFTInput | string>;
type to = string;