mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Add noTimestamp option
This commit is contained in:
1
jsonwebtoken/jsonwebtoken.d.ts
vendored
1
jsonwebtoken/jsonwebtoken.d.ts
vendored
@@ -27,6 +27,7 @@ declare module "jsonwebtoken" {
|
||||
audience?: string;
|
||||
subject?: string;
|
||||
issuer?: string;
|
||||
noTimestamp?: boolean;
|
||||
}
|
||||
|
||||
export interface VerifyOptions {
|
||||
|
||||
Reference in New Issue
Block a user