mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export { openapi } from "./openapi.js"
|
|
export { api } from "./definition/api.js"
|
|
export type { OpenApiSpec, ServerApi } from "./types.js"
|