/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         article_id: "123"
 *     }
 */
export interface FindArticleRequest {
    /**
     * The unique identifier for the article which is given by Intercom.
     */
    article_id: string;
}
