We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a4d84 commit f9c1705Copy full SHA for f9c1705
src/auth.d.ts
@@ -24,7 +24,7 @@ export namespace admin.auth {
24
* formatted as a UTC Date string (eg 'Sat, 03 Feb 2001 04:05:06 GMT').
25
* Returns null if the user was never active.
26
*/
27
- lastRefreshTime: string|null;
+ lastRefreshTime?: string|null;
28
29
/**
30
* @return A JSON-serializable representation of this object.
0 commit comments