feat: add string array type to disposition

This commit is contained in:
rybak
2025-05-29 11:40:13 +03:00
parent 26a01e5ead
commit 4b74585bc7

View File

@@ -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.
*/