mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed unused interface
This commit is contained in:
-4
@@ -18,10 +18,6 @@ declare module 'passport-facebook' {
|
||||
profileUrl:string;
|
||||
}
|
||||
|
||||
interface User<T> {
|
||||
|
||||
}
|
||||
|
||||
class Strategy implements passport.Strategy{
|
||||
constructor(options:{clientID:string; clientSecret:string; callbackURL:string},
|
||||
verify:(accessToken:string, refreshToken:string, profile:Profile, done:(error:any, user?:any) => void) => void);
|
||||
|
||||
Reference in New Issue
Block a user