@fdm-monster/server
Version:
FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.
38 lines (37 loc) • 752 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
CreatePrintCompletionDto: function() {
return CreatePrintCompletionDto;
},
PrintCompletionDto: function() {
return PrintCompletionDto;
}
});
class CreatePrintCompletionDto {
fileName;
status;
printerId;
printerReference;
completionLog;
context;
}
class PrintCompletionDto {
id;
fileName;
createdAt;
status;
printerId;
printerReference;
completionLog;
context;
}
//# sourceMappingURL=print-completion.dto.js.map