fix(types): add tempo_worklog_id to Worklog interface
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user