mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user