[photon-client] Fix imports and simplify process of updated pipeline settings in store (#946)

* Update CameraSettingsStore.ts

* Fix imports
This commit is contained in:
Sriman Achanta
2023-10-11 18:31:50 -04:00
committed by GitHub
parent b37948cf5e
commit 8b9a198d0b
9 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
import type { GeneralSettings, LightingSettings, MetricData, NetworkSettings } from "@/types/SettingTypes";
import type { GeneralSettings, LightingSettings, LogLevel, MetricData, NetworkSettings } from "@/types/SettingTypes";
import type { ActivePipelineSettings } from "@/types/PipelineTypes";
import type { LogLevel } from "@/types/SettingTypes";
export interface WebsocketLogMessage {
logMessage: {