Type Alias: StreamMap
ts
type StreamMap = Record<string, StreamDescriptor<unknown[], unknown>>;Defined in: src/batteries/isolation/types.ts:148
The shape of a streams map passed to defineIsolatedService: fire-and-forward streaming descriptors keyed by stream name.