Skip to content

Commit 892471a

Browse files
committed
chore: Generate apidocs
1 parent 6c74e52 commit 892471a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/firebase-admin.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export interface GoogleOAuthAccessToken {
316316

317317
// @public
318318
export interface HttpResponse {
319-
data?: any;
319+
data?: string | object;
320320
headers: {
321321
[key: string]: any;
322322
};

etc/firebase-admin.app.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface GoogleOAuthAccessToken {
115115

116116
// @public
117117
export interface HttpResponse {
118-
data?: any;
118+
data?: string | object;
119119
headers: {
120120
[key: string]: any;
121121
};

0 commit comments

Comments
 (0)