IpfsUploadBatchOptions
type IpfsUploadBatchOptions = { alwaysUpload?: boolean; metadata?: Record<string, string>; rewriteFileNames?: { fileStartNumber: number }; uploadWithGatewayUrl?: boolean; uploadWithoutDirectory?: boolean;};
type IpfsUploadBatchOptions = { alwaysUpload?: boolean; metadata?: Record<string, string>; rewriteFileNames?: { fileStartNumber: number }; uploadWithGatewayUrl?: boolean; uploadWithoutDirectory?: boolean;};