Home
last modified time | relevance | path

Searched refs:HistoryType (Results 1 – 2 of 2) sorted by relevance

/expo/home/redux/
H A DHistoryReducer.ts27 export type HistoryType = Record<HistoryObject> & Readonly<HistoryObject>; alias
40 export default (state: HistoryType, action: HistoryActions): HistoryType => {
H A DStore.types.ts4 import { HistoryType } from './HistoryReducer';
10 history: HistoryType;