Type alias StateTree

StateTree: Record<string | number | symbol, any>

Generic state of a Store

Generated using TypeDoc