UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 383 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../index"; /** * The response object returned when initializing an app, specifying the UI for the first screen using components. */ export interface InitializeResponse { /** The canvas object that defines the UI to be shown for the app. */ canvas: Intercom.CanvasObject; }