feat(types): add updatedAt to TranscriptionBlockData

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-07 10:58:34 +02:00
parent a94df4b225
commit f38c384268

View File

@@ -35,6 +35,7 @@ export type TranscriptionBlockData = {
label: string | null;
sortOrder: number;
version: number;
updatedAt?: string | null;
};
export type Annotation = {