Skip to content

SliceOrientation

ts
type SliceOrientation = "XY" | "XZ" | "YZ";

Released under the MIT License