/**
 * 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;
}
