Files
anomalyco_opencode/packages/schema/src/catalog.ts
T
2026-07-01 13:33:59 -04:00

7 lines
219 B
TypeScript

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