intercom-client
Version:
Official Node bindings to the Intercom API
16 lines (15 loc) • 418 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlaApplied = void 0;
var SlaApplied;
(function (SlaApplied) {
SlaApplied.SlaStatus = {
Hit: "hit",
Missed: "missed",
Cancelled: "cancelled",
Active: "active",
};
})(SlaApplied || (exports.SlaApplied = SlaApplied = {}));
;