mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 18:50:24 +00:00
remove skip from express-jwt
This commit is contained in:
Vendored
-1
@@ -37,7 +37,6 @@ declare namespace jwt {
|
||||
export interface Options {
|
||||
secret: secretType | SecretCallback | SecretCallbackLong;
|
||||
userProperty?: string;
|
||||
skip?: string[];
|
||||
credentialsRequired?: boolean;
|
||||
isRevoked?: IsRevokedCallback;
|
||||
requestProperty?: string;
|
||||
|
||||
Reference in New Issue
Block a user