UNPKG

nestjs-ftp

Version:

Nestjs-ftp is a NestJs Module repository of basic-ftp package

10 lines (9 loc) 189 B
/// <reference types="node" /> export interface IFile { encoding: string; buffer: Buffer; fieldname: string; mimetype: string; originalname: string; size: number; }