Type alias Thicken

Thicken: FeatureBase & {
    direction?: ThickenDirection;
    kind: "feature.thicken";
    result: string;
    surface: Selector;
    thickness: Scalar;
}

Type declaration