FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix: improve GetFilesResponse interface (#2466) · googleapis/nodejs-storage@918db28 · GitHub

This repository was archived by the owner on Mar 3, 2026. It is now read-only.
/ nodejs-storage Public archive

Commit 918db28

Browse files
Fix: improve GetFilesResponse interface (#2466)
* Fix: improve GetFilesResponse interface * fix: Improve GetFilesResponse interface * Fix: improve GetFilesResponse interface * Fix: improve GetFilesResponse interface * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d49e9d2 commit 918db28

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎src/bucket.ts‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ interface MetadataOptions {
8787
ifMetagenerationNotMatch?: number | string;
8888
}
8989

90-
export type GetFilesResponse = [File[], {}, unknown];
90+
export type GetFilesResponse = [
91+
File[],
92+
(GetFilesOptions | {}) & Partial<Pick<GetFilesOptions, 'pageToken'>>,
93+
unknown,
94+
];
9195
export interface GetFilesCallback {
9296
(
9397
err: Error | null,

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL