UploadableFileinterfaceA concrete file to upload, pairing raw bytes/stream with a filename. Produced by and accepted anywhere the API expects an InputFile.Declarationinterface UploadableFile Propertiesdataproperty#data: Blob | Buffer | Readable;nameproperty#name: string;