type UploadMetadataParams = { metadatas: Array<NFTInput | string> };
type metadatas = Array<NFTInput | string>;