Skip to content

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>.

readonly events: Record<string, EventDescriptor>

Defined in: packages/codecs/src/schema-types.ts:81


readonly methods: Record<string, MethodDescriptor>

Defined in: packages/codecs/src/schema-types.ts:80