Type Alias: EventMap
ts
type EventMap = Record<string, EventDescriptor<unknown>>;Defined in: src/batteries/isolation/types.ts:151
The shape of an events map passed to defineIsolatedService: unsolicited-notification descriptors keyed by channel name.