fix(types): add tempo_worklog_id to Worklog interface
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