@myorb/dhl-express
Version:
DHL Express api client
14 lines (13 loc) • 852 B
JavaScript
;
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 = {}));