UNPKG

@myorb/dhl-express

Version:
14 lines (13 loc) 852 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum = void 0; /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum; (function (SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum) { SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum["Import"] = "import"; SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum["Export"] = "export"; SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum["Both"] = "both"; })(SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum = exports.SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum || (exports.SupermodelIoLogisticsExpressExportDeclarationInvoiceFunctionEnum = {}));