feat(types): add updatedAt to TranscriptionBlockData
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,6 +35,7 @@ export type TranscriptionBlockData = {
|
|||||||
label: string | null;
|
label: string | null;
|
||||||
sortOrder: number;
|
sortOrder: number;
|
||||||
version: number;
|
version: number;
|
||||||
|
updatedAt?: string | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Annotation = {
|
export type Annotation = {
|
||||||
|
|||||||
Reference in New Issue
Block a user