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