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.

15 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelingFormatType = void 0; var LabelingFormatType; (function (LabelingFormatType) { /** * Signature unwanted */ LabelingFormatType["ZPL"] = "ZPL"; /** * Signature required */ LabelingFormatType["PDF"] = "PDF"; })(LabelingFormatType || (exports.LabelingFormatType = LabelingFormatType = {})); //# sourceMappingURL=labelingFormatType.js.map