StoreListener
A function that will be called when the history changes.
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void
A function that will be called when the history changes.
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void