/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * A sheet action opens the link you give within the Messenger as an embedded iframe.
 *
 * [More on how Sheets work is in our Canvas Kit documentation.](https://developers.intercom.com/docs/canvas-kit#sheets-optional)
 */
export interface SheetActionComponent {
    /** The link which hosts your sheet. */
    url: string;
}
