mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added missing url/metadata objects for photos. (#15903)
This commit is contained in:
parent
898f68df32
commit
908dc2e259
6
types/gapi.people/index.d.ts
vendored
6
types/gapi.people/index.d.ts
vendored
@ -117,11 +117,15 @@ declare namespace gapi.client.people {
|
||||
value: string;
|
||||
type: NicknameType;
|
||||
}
|
||||
|
||||
|
||||
interface CoverPhoto {
|
||||
metadata: FieldMetadata;
|
||||
url: string;
|
||||
}
|
||||
|
||||
interface Photo {
|
||||
metadata: FieldMetadata;
|
||||
url: string;
|
||||
}
|
||||
|
||||
interface Gender {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user