AnyPartCreationDialogResult: {
    content: PartCreationDialogResultRectangularSheetMetalPart;
    type: "rectangularSheetMetalPart";
} | {
    content: PartCreationDialogResultLProfile;
    type: "lProfile";
} | {
    content: PartCreationDialogResultTubePart;
    type: "tube";
} | {
    content: PartCreationDialogResultUProfile;
    type: "uProfile";
}

Type declaration

Type declaration

Type declaration

Type declaration