IpfsUploadBatchOptions type
Signature:
export type IpfsUploadBatchOptions = {
  rewriteFileNames?: {
    fileStartNumber: number;
  };
  uploadWithGatewayUrl?: boolean;
  onProgress?: (event: UploadProgressEvent) => void;
  uploadWithoutDirectory?: boolean;
};
References: UploadProgressEvent