Searched refs:HistoryItem (Results 1 – 5 of 5) sorted by relevance
3 import { HistoryItem } from './HistoryItem';5 export type HistoryList = List<HistoryItem>;
3 export type HistoryItem = { alias
3 import { HistoryItem as HistoryItemInput } from '../types';15 const HistoryItem = Record<HistoryItemObject>({ constant45 ? List(history.map((item) => new HistoryItem(item)))
3 import { HistoryItem } from '../types';28 const historyItem: HistoryItem = {
6 import { HistoryItem } from '../types';69 async function getHistoryAsync(): Promise<HistoryItem[]> {81 async function saveHistoryAsync(history: HistoryItem[]): Promise<void> {