mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
added missing type hints
This commit is contained in:
3
express-jwt/express-jwt.d.ts
vendored
3
express-jwt/express-jwt.d.ts
vendored
@@ -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