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

OneSchema type for getCurrentSchema() not set #518

Closed
kinesra75 opened this issue Jan 10, 2024 · 2 comments
Closed

OneSchema type for getCurrentSchema() not set #518

kinesra75 opened this issue Jan 10, 2024 · 2 comments
Labels
enhancement New feature or request fixed Issue has been fixed in the repo

Comments

@kinesra75
Copy link

Hi,

I think there is a missing type for getCurrentSchema() in table.d.ts line 110 it should be something like getCurrentSchema(): OneSchema

If not we can't deconstruct the object.

Thanks !

@mobsense
Copy link
Contributor

mobsense commented Feb 6, 2024

Added:

getCurrentSchema(): OneSchema | null

@mobsense mobsense added enhancement New feature or request fixed Issue has been fixed in the repo labels Feb 6, 2024
@kinesra75
Copy link
Author

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed Issue has been fixed in the repo
Projects
None yet
Development

No branches or pull requests

2 participants