/** * This file was auto-generated by Fern from our API Definition. */ export interface ChapterContentParagraphTtsNodeInputModel { type: "tts_node"; text: string; voice_id: string; }