intercom-client
Version:
Official Node bindings to the Intercom API
15 lines (14 loc) • 427 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ButtonComponent = void 0;
var ButtonComponent;
(function (ButtonComponent) {
ButtonComponent.Style = {
Primary: "primary",
Secondary: "secondary",
Link: "link",
};
})(ButtonComponent || (exports.ButtonComponent = ButtonComponent = {}));
;