novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
9 lines • 516 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var CalendarEventResponse;
(function (CalendarEventResponse) {
CalendarEventResponse[CalendarEventResponse["Maybe"] = 0] = "Maybe";
CalendarEventResponse[CalendarEventResponse["Accepted"] = 1] = "Accepted";
CalendarEventResponse[CalendarEventResponse["Rejected"] = 2] = "Rejected";
})(CalendarEventResponse = exports.CalendarEventResponse || (exports.CalendarEventResponse = {}));
//# sourceMappingURL=CalendarInterfaces.js.map