/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch { /** The name of the chapter, used for identification only. */ name?: string; /** The chapter content to use. */ content?: ElevenLabs.ChapterContentInputModel; }