AddEvent
AddEvent<
S,Name,C> =object
Defined in: packages/core/src/schema-types.ts:74
Add an event to the schema type.
Used internally by Module.event() to accumulate the schema.
Type Parameters
Section titled “Type Parameters”S extends Schema
Name extends string
C extends Schema
Properties
Section titled “Properties”events
Section titled “events”events:
Omit<S["events"],Name> &Record<Name, {dataIn:Schema<C>;dataOut:Schema<C>; }>
Defined in: packages/core/src/schema-types.ts:76
methods
Section titled “methods”methods:
S["methods"]
Defined in: packages/core/src/schema-types.ts:75