intercom-client
Version:
Official Node bindings to the Intercom API
13 lines (12 loc) • 417 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../index";
export interface ListItemWithImage extends Intercom.ListItem {
/** An image that will be displayed to the left of the item. */
image: string;
/** The exact width of the image in pixels. */
image_width: number;
/** The exact height of the image in pixels. */
image_height: number;
}