intercom-client
Version:
Official Node bindings to the Intercom API
12 lines (11 loc) • 405 B
TypeScript
/**
* 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;
}