chore: move history firebase things to hoppscotch-web (#2954)
This commit is contained in:
3
packages/hoppscotch-common/src/platform/history.ts
Normal file
3
packages/hoppscotch-common/src/platform/history.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type HistoryPlatformDef = {
|
||||
initHistorySync: () => void
|
||||
}
|
||||
@@ -3,6 +3,7 @@ import { UIPlatformDef } from "./ui"
|
||||
import { EnvironmentsPlatformDef } from "./environments"
|
||||
import { CollectionsPlatformDef } from "./collections"
|
||||
import { SettingsPlatformDef } from "./settings"
|
||||
import { HistoryPlatformDef } from "./history"
|
||||
|
||||
export type PlatformDef = {
|
||||
ui?: UIPlatformDef
|
||||
@@ -11,6 +12,7 @@ export type PlatformDef = {
|
||||
environments: EnvironmentsPlatformDef
|
||||
collections: CollectionsPlatformDef
|
||||
settings: SettingsPlatformDef
|
||||
history: HistoryPlatformDef
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user