opencode/packages/schema/src/catalog.ts

6 lines
213 B
TypeScript

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