mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[gapi-people] Add definitions for Birthday object (#37318)
* Add definitions for Birthday object * Add definitions for Birthday object
This commit is contained in:
parent
b436adee5c
commit
8e8902b6da
9
types/gapi.people/index.d.ts
vendored
9
types/gapi.people/index.d.ts
vendored
@ -133,6 +133,15 @@ declare namespace gapi.client.people {
|
||||
}
|
||||
|
||||
interface Birthday {
|
||||
metadata: FieldMetadata;
|
||||
date: Date;
|
||||
text: string;
|
||||
}
|
||||
|
||||
interface Date {
|
||||
day: number;
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
|
||||
interface Event {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user