/** * This file was auto-generated by Fern from our API Definition. */ export interface SyncIndexResponse { /** The ID of the sync job */ job_id: string; }