Type alias VariableChamfer

VariableChamfer: FeatureBase & {
    entries: VariableChamferEntry[];
    kind: "feature.chamfer.variable";
    result: string;
    source: Selector;
}

Type declaration