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

feat(types): export GenericSchema type from types #593

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brunorodmoreira
Copy link

What kind of change does this PR introduce?

Add the export of GenericSchema in order to allow to use it as base to Database type argument in the PostgrestClient.

What is the current behavior?

The type is not exported, so if we are using the client without the generated types, we are not able to get type hints.

What is the new behavior?

Exporting it, we can extend it and get type hints.

Additional context

Expected behavior: image

@brunorodmoreira brunorodmoreira changed the title types: export GenericSchema type from types feat(types): export GenericSchema type from types Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant