Interface DownloadObject

Hierarchy

  • DownloadObject

Properties

Properties

content: Readable
meta: {
    charset?: string;
    contentType: string;
    disposition?: string;
    expectedSize: number;
    filename?: string;
}

Type declaration

  • Optional charset?: string
  • contentType: string
  • Optional disposition?: string
  • expectedSize: number
  • Optional filename?: string

Generated using TypeDoc