Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing File Class declaration export in @nodejs-storage/src/file.ts #2574

Closed
6 tasks done
isaacgarciavillacres opened this issue Jan 17, 2025 · 1 comment
Closed
6 tasks done
Assignees
Labels
api: storage Issues related to the googleapis/nodejs-storage API.

Comments

@isaacgarciavillacres
Copy link

Please make sure you have searched for information in the following guides.

Documentation Request

class File extends ServiceObject<File, FileMetadata> {
...
}

Missing exported type declaration for File class.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/nodejs-storage API. label Jan 17, 2025
@ddelgrosso1 ddelgrosso1 self-assigned this Jan 21, 2025
@ddelgrosso1
Copy link
Contributor

It is actually exported here:

export {File};

and then

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/nodejs-storage API.
Projects
None yet
Development

No branches or pull requests

2 participants