type MintToBatchParams = WithOverrides<{ nfts: Array<{ metadata: NFTInput | string; supply: bigint }>; to: string;}>;