Searched refs:HistoryTypes (Results 1 – 1 of 1) sorted by relevance
35 export type HistoryTypes = keyof typeof HistoryTypeEnum; alias669 getHistory(historyType: HistoryTypes): Promise<String[] | []> {679 addHistory(historyType: HistoryTypes, historyPath: string) {
Completed in 13 milliseconds