chore: merge hoppscotch/staging into self-hosted/main

This commit is contained in:
Andrew Bastin
2023-04-06 15:25:36 +05:30
4 changed files with 113 additions and 29 deletions

View File

@@ -18,6 +18,9 @@ export type PlatformDef = {
history: HistoryPlatformDef
tabState: TabStatePlatformDef
}
platformFeatureFlags: {
exportAsGIST: boolean
}
}
export let platform: PlatformDef