intercom-client
Version:
Official Node bindings to the Intercom API
21 lines (20 loc) • 544 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextComponent = void 0;
var TextComponent;
(function (TextComponent) {
TextComponent.Align = {
Left: "left",
Center: "center",
Right: "right",
};
TextComponent.Style = {
Header: "header",
Paragraph: "paragraph",
Muted: "muted",
Error: "error",
};
})(TextComponent || (exports.TextComponent = TextComponent = {}));
;