ft_transcendence/pong/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.d.ts
2023-05-02 19:15:50 +02:00

11 lines
166 B
TypeScript

/**
* Options for `StreamableFile`
*
* @publicApi
*/
export interface StreamableFileOptions {
type?: string;
disposition?: string;
length?: number;
}