mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
added missing type hints
This commit is contained in:
parent
b80f7caacf
commit
5d9d1fe598
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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user