export interface AudioIsolationHistoryItemResponseModel { id: string; title?: string; createdAtUnix: number; format: string; durationSeconds?: number; downloadUrl?: string; iconUrl?: string; sourceVideoUrl?: string; supportsVideo: boolean; processing: boolean; previewB64?: string; }