fix types

This commit is contained in:
Kurt Hutten Irev-Dev
2025-02-03 22:06:24 +11:00
parent 4ec44690bf
commit 774e3efcb7
13 changed files with 38 additions and 46 deletions

View File

@ -28,7 +28,9 @@ export function revolveSketch(
ast: Node<Program>,
pathToSketchNode: PathToNode,
angle: Expr = createLiteral(4),
axis: Selections,
axisOrEdge: string,
axis: string,
edge: Selections,
artifact?: Artifact
):
| {