Added missing url/metadata objects for photos. (#15903)

This commit is contained in:
iislucas 2017-04-26 18:11:38 -04:00 committed by Sheetal Nandi
parent 898f68df32
commit 908dc2e259

View File

@ -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 {