@epikodelabs/actionstack / Streams
Type Alias: Streams<S>
Streams<
S> ={ [K in keyof S]: () => Stream<ReturnType<S[K]>> }
Defined in: types.ts:320
Maps selector definitions to stream factory functions.
Type Parameters
S
S extends Record<string, (state) => any>