diff --git a/types/express-jwt/index.d.ts b/types/express-jwt/index.d.ts index d1029849cc..52d7d901ec 100644 --- a/types/express-jwt/index.d.ts +++ b/types/express-jwt/index.d.ts @@ -37,7 +37,6 @@ declare namespace jwt { export interface Options { secret: secretType | SecretCallback | SecretCallbackLong; userProperty?: string; - skip?: string[]; credentialsRequired?: boolean; isRevoked?: IsRevokedCallback; requestProperty?: string;