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