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;