UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

13 lines 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RelayPoint = void 0; const relay_point_address_1 = require("./relay-point-address"); /** @description Basic structure for a relay point */ class RelayPoint extends relay_point_address_1.RelayPointAddress { phone; longitude; latitude; opening_times; } exports.RelayPoint = RelayPoint; //# sourceMappingURL=relay-point.js.map