Shared types package: OpenAPI source of truth #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Single OpenAPI spec (or proto) in
packages/shared-types/spec/. Generate TS client/types and Python pydantic models into the same package. Wire services to import from it.nnDone when: a type change to the spec breaks downstream compilation until regenerated.