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
We should mirror what we now do over in the BEDbase UI with auto-gen of TypeScript types for development. This requires that all endpoints are annotated with a response_model object, I believe.
Then we can add a package.json script to generate the types and switch over our queries to use that for response model annotation.
The text was updated successfully, but these errors were encountered:
We should mirror what we now do over in the BEDbase UI with auto-gen of TypeScript types for development. This requires that all endpoints are annotated with a
response_model
object, I believe.Then we can add a
package.json
script to generate the types and switch over our queries to use that for response model annotation.The text was updated successfully, but these errors were encountered: