From 14fa25965fa569e8ad03fd1df8b4e0eb8baf695e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 14:49:26 +0200 Subject: [PATCH] Remove unused types and add new ones in scene-document-validation.ts --- src/document/scene-document-validation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index 15e48d42..1054e3bd 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -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";