intercom-client
Version:
Official Node bindings to the Intercom API
17 lines (16 loc) • 562 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomActionFinished = void 0;
var CustomActionFinished;
(function (CustomActionFinished) {
let Action;
(function (Action) {
Action.Result = {
Success: "success",
Failed: "failed",
};
})(Action = CustomActionFinished.Action || (CustomActionFinished.Action = {}));
})(CustomActionFinished || (exports.CustomActionFinished = CustomActionFinished = {}));
;