Update allowed path types in createScenePath

This commit is contained in:
2026-05-13 03:52:40 +02:00
parent 49e627937d
commit cee819e0da

View File

@@ -1096,7 +1096,7 @@ export function createScenePath(
| "repeaters"
| "points"
>,
"road"
"road" | "repeaters"
>
> & {
road?: ScenePathRoadSettingsOverrides;