Files
hoppscotch/packages/hoppscotch-common/src/platform/history.ts

4 lines
67 B
TypeScript

export type HistoryPlatformDef = {
initHistorySync: () => void
}