@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HoursOfOperation = void 0;
/** @description Indicates a specific time window that a service point is open */
class HoursOfOperation {
/** @description The open time expressed in ISO 8601 time only format */
open;
/** @description The close time expressed in ISO 8601 time only format */
close;
}
exports.HoursOfOperation = HoursOfOperation;
//# sourceMappingURL=hours-of-operation.js.map