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