diff --git a/jsonwebtoken/jsonwebtoken.d.ts b/jsonwebtoken/jsonwebtoken.d.ts index 9f0baef2bc..205970f6a1 100644 --- a/jsonwebtoken/jsonwebtoken.d.ts +++ b/jsonwebtoken/jsonwebtoken.d.ts @@ -27,6 +27,7 @@ declare module "jsonwebtoken" { audience?: string; subject?: string; issuer?: string; + noTimestamp?: boolean; } export interface VerifyOptions {