Interface UploadConfig

interface UploadConfig {
    body: Buffer;
    contentType: string;
    filename: string;
}

Hierarchy

Properties

body: Buffer
contentType: string = ...
filename: string = ...