fix(types): add tempo_worklog_id to Worklog interface

This commit is contained in:
kitos
2026-05-28 14:10:58 +02:00
parent 8b48716766
commit 117600acea
+1
View File
@@ -13,6 +13,7 @@ export interface Worklog {
duration_seconds: number;
description: string | null;
tempo_synced: string | null;
tempo_worklog_id: string | null;
integrity_hash: string | null;
created_at: string;
}