intercom-client
Version:
Official Node bindings to the Intercom API
12 lines (11 loc) • 499 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../index";
/**
* A data-table component is used for rendering a table of key-value pairs. For Messenger, text will wrap around on multiple lines. For Inbox and Frame (ie. Configure) views, we will truncate and use tooltips on hover if the text overflows.
*/
export interface DataTableComponent {
/** The items that will be rendered in the data-table. */
items: Intercom.DataTableItem[];
}