Skip to content

StreamPart

type StreamPart = { [Type in keyof StreamPayloadMap]: StreamPartBase<ChannelFor<Type>> & { payload: StreamPayloadMap[Type]; type: Type } }[keyof StreamPayloadMap];