From 85385ae2035a134dd4f50d2960deb7456a3d596b Mon Sep 17 00:00:00 2001 From: Jan Lohage Date: Thu, 21 Jun 2018 17:46:13 +0200 Subject: [PATCH] Update index.d.ts --- types/feathersjs__authentication-jwt/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/feathersjs__authentication-jwt/index.d.ts b/types/feathersjs__authentication-jwt/index.d.ts index 9db1d5c988..7a555071d9 100644 --- a/types/feathersjs__authentication-jwt/index.d.ts +++ b/types/feathersjs__authentication-jwt/index.d.ts @@ -43,7 +43,7 @@ export interface FeathersAuthenticationJWTOptions { /** * A Verifier class. Defaults to the built-in one but can be a custom one. See below for details. */ - Verifier: Verifier; + Verifier: typeof Verifier; } export class Verifier {