diff --git a/frontend/src/types/api.ts b/frontend/src/types/api.ts index f5bf67c..3df72bb 100644 --- a/frontend/src/types/api.ts +++ b/frontend/src/types/api.ts @@ -43,12 +43,11 @@ export interface TaskResponse extends TaskSummary { } export interface TaskRecordResponse { - id: string; + id: number; task_id: string; - action: string; - operator_id: string | null; - note: string | null; - created_at: string; + remark: string | null; + images: string[]; + created_at: string | null; } // ---- ζ“δ½œε“εΊ” ----