File

src/storage/dto/file-upload.dto.ts

Index

Properties

Properties

file
Type : any
Decorators :
@ApiProperty({type: 'string', format: 'binary'})
import { ApiProperty } from "@nestjs/swagger";

export class FileUploadDto {
    @ApiProperty({ type: "string", format: "binary" })
    file: any;
}

results matching ""

    No results matching ""