mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
feat: add string array type to disposition
This commit is contained in:
@@ -14,7 +14,7 @@ export interface StreamableFileOptions {
|
||||
/**
|
||||
* The value that will be used for the `Content-Disposition` response header.
|
||||
*/
|
||||
disposition?: string;
|
||||
disposition?: string | string[];
|
||||
/**
|
||||
* The value that will be used for the `Content-Length` response header.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user