From d3f2136169b17b2f45e3cab9a7845c0788bf5142 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 12 Apr 2026 14:32:12 +0200 Subject: [PATCH] Add ProjectTimeNightBackgroundSettings type to scene-document-validation.ts --- src/document/scene-document-validation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index fc1e7ad4..8bec4be2 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -43,6 +43,7 @@ import { } from "./scene-document"; import { HOURS_PER_DAY, + type ProjectTimeNightBackgroundSettings, type ProjectTimePhaseProfile, type ProjectTimeSettings } from "./project-time-settings";