UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 450 B
// This file was auto-generated by Fern from our API Definition. export var CustomActionFinished; (function (CustomActionFinished) { let Action; (function (Action) { /** Status of the action */ Action.Result = { Success: "success", Failed: "failed", }; })(Action = CustomActionFinished.Action || (CustomActionFinished.Action = {})); })(CustomActionFinished || (CustomActionFinished = {}));