export interface ChapterContentBlockTtsNodeResponseModel { projectVoiceRefId: string; text: string; voiceId?: string; }