UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

11 lines (10 loc) 166 B
/** * Options for `StreamableFile` * * @publicApi */ export interface StreamableFileOptions { type?: string; disposition?: string; length?: number; }