/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Intercom from "../index";
/**
 * The current canvas that was most recently showing before the request was sent. This object mirrors the same format as the Canvas Object.
 */
export interface CurrentCanvas {
    /** The canvas object representing the current canvas state. */
    current_canvas: Intercom.CanvasObject;
}
