UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 403 B
/** * 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; }