mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
CSURF cookie "key" option is not required. (#39182)
This commit is contained in:
committed by
Wesley Wigham
parent
7d9f336bf9
commit
4f90c72cf3
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare module "csurf" {
|
||||
|
||||
namespace csurf {
|
||||
export interface CookieOptions extends express.CookieOptions {
|
||||
key: string;
|
||||
key?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user