mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add noTimestamp option
This commit is contained in:
Vendored
+1
@@ -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