/** * This file was auto-generated by Fern from our API Definition. */ /** * Response after upserting content hashes. */ export interface BatchUpsertContentHashesResponse { upserted_count: number; }