intercom-client
Version:
Official Node bindings to the Intercom API
12 lines (11 loc) • 388 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../index";
/**
* The response object returned when responding to a Live Canvas request. This contains the components you want to show.
*/
export interface LiveCanvasResponse {
/** The content object that defines the components to be shown. */
content: Intercom.ContentObject;
}