From f38c384268073e6d644315b4eb4894fcbf7d30f1 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 7 Apr 2026 10:58:34 +0200 Subject: [PATCH] feat(types): add updatedAt to TranscriptionBlockData Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/types.ts b/frontend/src/lib/types.ts index 490f5352..7ddfd95c 100644 --- a/frontend/src/lib/types.ts +++ b/frontend/src/lib/types.ts @@ -35,6 +35,7 @@ export type TranscriptionBlockData = { label: string | null; sortOrder: number; version: number; + updatedAt?: string | null; }; export type Annotation = {