Update index.d.ts

This commit is contained in:
Jan Lohage
2018-06-21 17:46:13 +02:00
committed by GitHub
parent bb6bad072b
commit 85385ae203
+1 -1
View File
@@ -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 {