@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.
9 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeliveryClassification = void 0;
var DeliveryClassification;
(function (DeliveryClassification) {
DeliveryClassification["PARCEL"] = "PARCEL";
DeliveryClassification["HEAVY"] = "HEAVY";
})(DeliveryClassification || (exports.DeliveryClassification = DeliveryClassification = {}));
//# sourceMappingURL=deliveryClassificationType.js.map