Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit fb2446f

Browse files
authored
Fix the tsc error for mismatch type (mbell8903#17)
1 parent 5057902 commit fb2446f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface VerifiedCallback {
1111

1212
export declare class Strategy extends PassportStrategy {
1313
constructor(verify: VerifyCallback);
14+
authenticate(req: Request, options?: any): any;
1415
}
1516

1617

0 commit comments

Comments
 (0)