UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 338 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * A divider component is used to separate components with a line. */ export interface DividerComponent { /** A unique identifier for the component. */ id?: string; /** Disables a component's margin-bottom of 10px. */ bottom_margin?: "none"; }