UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

15 lines 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeeklyHoursOfOperation = void 0; /** @description The times during the week that the relay point is open */ class WeeklyHoursOfOperation { monday; tuesday; wednesday; thursday; friday; saturday; sunday; } exports.WeeklyHoursOfOperation = WeeklyHoursOfOperation; //# sourceMappingURL=weekly-hours-of-operation.js.map