mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
added missing type hints
This commit is contained in:
Vendored
+2
-1
@@ -15,6 +15,7 @@ declare module "express-jwt" {
|
||||
module jwt {
|
||||
export interface Options {
|
||||
secret: string;
|
||||
userProperty?: string;
|
||||
skip?: string[];
|
||||
credentialsRequired?: boolean;
|
||||
}
|
||||
@@ -23,4 +24,4 @@ declare module "express-jwt" {
|
||||
}
|
||||
}
|
||||
export = jwt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user