refactor(schema): extract public event definitions (#33579)
This commit is contained in:
parent
858f35f1b3
commit
24b0132bc5
93 changed files with 2743 additions and 2127 deletions
9
packages/schema/src/models-dev.ts
Normal file
9
packages/schema/src/models-dev.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export * as ModelsDev from "./models-dev"
|
||||
|
||||
import { define, inventory } from "./event"
|
||||
|
||||
const Refreshed = define({
|
||||
type: "models-dev.refreshed",
|
||||
schema: {},
|
||||
})
|
||||
export const Event = { Refreshed, Definitions: inventory(Refreshed) }
|
||||
Loading…
Add table
Add a link
Reference in a new issue