export interface PreviewAudioDbModel { voiceId: string; text: string; audioUrl: string; isAutoGenerated?: boolean; generatedAtUnix?: number; }