Issue #55: Auto-generate TypeScript types from OpenAPI spec
Category: API Mocks
Repo: bridgelet (frontend + docs)
Description
Once the SDK exposes a Swagger spec at /api/docs-json, use openapi-typescript to generate types. Wire generated types into lib/bridgelet.ts and remove manual type definitions.
Acceptance Criteria
Issue #55: Auto-generate TypeScript types from OpenAPI spec
Category: API Mocks
Repo: bridgelet (frontend + docs)
Description
Once the SDK exposes a Swagger spec at
/api/docs-json, useopenapi-typescriptto generate types. Wire generated types intolib/bridgelet.tsand remove manual type definitions.Acceptance Criteria