Type alias FileUploadDto

FileUploadDto: File

For node environment, there can also or a Buffer or a ReadStream object (result of fs.createReadStream), but it cannot be typed this way in browsers.

Generated using TypeDoc