mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add missing 'picture' field to 'ReactFacebookLoginInfo ' interface in 'react-facebook-login' type; (#41508)
This commit is contained in:
parent
209c2329ee
commit
5ed4110724
8
types/react-facebook-login/index.d.ts
vendored
8
types/react-facebook-login/index.d.ts
vendored
@ -47,6 +47,14 @@ export interface ReactFacebookLoginInfo {
|
||||
accessToken: string;
|
||||
name?: string;
|
||||
email?: string;
|
||||
picture?: {
|
||||
data: {
|
||||
height?: number,
|
||||
is_silhouette?: boolean,
|
||||
url?: string,
|
||||
width?: number,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
export interface ReactFacebookLoginState {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user