UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxType = void 0; var TaxType; (function (TaxType) { TaxType["VAT"] = "vat"; })(TaxType || (exports.TaxType = TaxType = {})); //# sourceMappingURL=tax-type.js.map