From 4649a4d4f80ec408ca9e0b8d8400f0765a7572ca Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 14:50:05 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 5c055bd4..61ef97cd 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -641,6 +641,9 @@ interface Vec3Draft { z: string; } +type TerrainGridSampleSide = "east" | "west" | "north" | "south"; +type TerrainGridSideSampleDrafts = Record; + const DEFAULT_SCHEDULE_PANE_HEIGHT = 320; const MIN_SCHEDULE_PANE_HEIGHT = 180; const MIN_VIEWPORT_REGION_HEIGHT = 180;