refactor: application dependency management (#2363)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { HistoryMap } from '@standardnotes/models'
|
||||
import { HistoryEntry, HistoryMap, SNNote } from '@standardnotes/models'
|
||||
|
||||
export interface HistoryServiceInterface {
|
||||
getHistoryMapCopy(): HistoryMap
|
||||
sessionHistoryForItem(item: SNNote): HistoryEntry[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user