/** * This file was auto-generated by Fern from our API Definition. */ export interface ReindexWebsiteResponse { /** ID to track the re-crawling job status */ job_id: string; /** The base URL being re-crawled */ base_url: string; }