export interface ChapterContentParagraphTtsNodeInputModel { type: "tts_node"; text: string; voiceId: string; }