mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08: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