/**
 * @example
 *     {
 *         internal_article_id: 1
 *     }
 */
export interface RetrieveInternalArticleRequest {
    /** The unique identifier for the article which is given by Intercom. */
    internal_article_id: number;
}
