Remove unused types and add new ones in scene-document-validation.ts

This commit is contained in:
2026-04-13 14:49:26 +02:00
parent a1155fb952
commit 14fa25965f

View File

@@ -43,8 +43,6 @@ import {
} from "./scene-document";
import {
HOURS_PER_DAY,
type ProjectTimeNightBackgroundSettings,
type ProjectTimePhaseProfile,
type ProjectTimeSettings
} from "./project-time-settings";
import {
@@ -54,6 +52,8 @@ import {
isBoxVolumeRenderPath,
isAdvancedRenderingToneMappingMode,
isHexColorString,
type WorldBackgroundSettings,
type WorldTimePhaseProfile,
type WorldSettings
} from "./world-settings";