Generate enum based on DB enums
#14613
Unanswered
bombillazo
asked this question in
Feature Requests
Replies: 1 comment
|
Kinda sorta related, can you refer to the generated enum type in a JSDoc reference like this? Or does the import just stop at Database? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, it would benefit our TS development if the Supabase type generator generates enum`s based on the Enum constructs extracted from the database.
Although I know they are not strictly types, they are commonly used in TS development. I envision it looking something like:
All reactions