Files
anomalyco_opencode/packages/schema/src/config.ts
T
2026-07-03 20:35:04 -04:00

11 lines
228 B
TypeScript

export * as Config from "./config.js"
import { ephemeral, inventory } from "./event.js"
const Updated = ephemeral({
type: "config.updated",
schema: {},
})
export const Event = { Updated, Definitions: inventory(Updated) }