UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

12 lines 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResidentialIndicator = void 0; /** * @description Used to indicate whether an address is in a residential or commercial area */ var ResidentialIndicator; (function (ResidentialIndicator) { ResidentialIndicator["Residential"] = "R"; ResidentialIndicator["Commercial"] = "C"; })(ResidentialIndicator || (exports.ResidentialIndicator = ResidentialIndicator = {})); //# sourceMappingURL=address.js.map