Type Alias: AnyStore
type AnyStore = SharedStore<Record<string, unknown>>;
Registry stores hold arbitrary keys — shape is decided by the hooks using them.
type AnyStore = SharedStore<Record<string, unknown>>;
Registry stores hold arbitrary keys — shape is decided by the hooks using them.