intercom-client
Version:
Official Node bindings to the Intercom API
16 lines (15 loc) • 590 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) {
/** Status of the action */
Action.Result = {
Success: "success",
Failed: "failed",
};
})(Action = CustomActionFinished.Action || (CustomActionFinished.Action = {}));
})(CustomActionFinished || (exports.CustomActionFinished = CustomActionFinished = {}));