You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
It would be nice to have more type definition for GetFilesResponse -- particularly for the second and third items in the tuple type.
The SDK docs don't specify that these two items exist; the only place I could find documentation about the response body (third item in the tuple) was the docs on the console.
Environment details
OS: MacOS Ventura 13.4.1
Node.js version: 16.10.0
npm version: 7.24.0
@google-cloud/storage version: 7.0.1
Steps to reproduce
Observe the type definition for GetFilesResponse in node_modules
Note that the second and third items in the tuple type are not fully typed
It would be nice to have more type definition for
GetFilesResponse-- particularly for the second and third items in the tuple type.The SDK docs don't specify that these two items exist; the only place I could find documentation about the response body (third item in the tuple) was the docs on the console.
Environment details
@google-cloud/storageversion: 7.0.1Steps to reproduce
GetFilesResponseinnode_modules