Schema
Defined in: packages/codecs/src/schema-types.ts:79
Schema shape — describes all methods and events of a module.
Used as the generic parameter for Module<S> and Client<S>.
Properties
Section titled “Properties”events
Section titled “events”
readonlyevents:Record<string,EventDescriptor>
Defined in: packages/codecs/src/schema-types.ts:81
methods
Section titled “methods”
readonlymethods:Record<string,MethodDescriptor>
Defined in: packages/codecs/src/schema-types.ts:80