UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

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