Searched refs:HistoryType (Results 1 – 2 of 2) sorted by relevance
27 export type HistoryType = Record<HistoryObject> & Readonly<HistoryObject>; alias40 export default (state: HistoryType, action: HistoryActions): HistoryType => {
4 import { HistoryType } from './HistoryReducer';10 history: HistoryType;