mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Fix types of some fields in gapi.auth2.AuthResponse
This commit is contained in:
Vendored
+3
-3
@@ -131,9 +131,9 @@ declare namespace gapi.auth2 {
|
||||
id_token: string;
|
||||
login_hint: string;
|
||||
scope: string;
|
||||
expires_in: string;
|
||||
first_issued_at: string;
|
||||
expires_at: string;
|
||||
expires_in: number;
|
||||
first_issued_at: number;
|
||||
expires_at: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user