UNPKG

@gobolt/models

Version:

This is a shared repository that includes models that should be shared across all BoxKnight services. Do not include anything for the controller, service or repository layers of your application in this package.

19 lines 654 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaskTimeCreationType = void 0; var TaskTimeCreationType; (function (TaskTimeCreationType) { /** * Created automatically the task with window */ TaskTimeCreationType["AUTO"] = "AUTO"; /** * Create patch the time when the order is ready for pickup */ TaskTimeCreationType["ONPICKUPREADY"] = "ONPICKUPREADY"; /** * Need manual patching */ TaskTimeCreationType["MANUAL"] = "MANUAL"; })(TaskTimeCreationType || (exports.TaskTimeCreationType = TaskTimeCreationType = {})); //# sourceMappingURL=taskTimeCreationType.js.map