File size: 213 Bytes
89a2873
 
 
 
 
 
1
2
3
4
5
6
7
export * as Catalog from "./catalog"

import { define, inventory } from "./event"

const Updated = define({ type: "catalog.updated", schema: {} })
export const Event = { Updated, Definitions: inventory(Updated) }