/** * This file was auto-generated by Fern from our API Definition. */ export interface ChapterSnapshotResponseModel { chapter_snapshot_id: string; project_id: string; chapter_id: string; created_at_unix: number; name: string; }