UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 204 B
/** * @example * { * article_id: 1 * } */ export interface FindArticleRequest { /** The unique identifier for the article which is given by Intercom. */ article_id: number; }