TwoDimImportResult: {
    content: TwoDimImportResultPartInvalid;
    type: "partInvalid";
} | {
    content: TwoDimImportResultEngravingInvalid;
    type: "engravingInvalid";
} | {
    content: TwoDimImportResultSuccess;
    type: "success";
}

Type declaration

Type declaration

Type declaration