UNPKG

korimsoft-slizz

Version:

Korimsoft's Slizz - Helpers and types to ease Redux store works.

6 lines 164 B
import { ObjectMap } from 'korimsoft-tyfun'; export type SliceState<T> = { byId: ObjectMap<T>; allIds: string[]; }; //# sourceMappingURL=sliceState.d.ts.map