fix(f4): align finding worklist web contract

This commit is contained in:
2026-09-08 08:11:46 -03:00
parent 459ad03326
commit c53997a41c
-1
View File
@@ -41,7 +41,6 @@ export interface FindingWorklistItemF4 {
verificationVisit: { verificationVisit: {
id: string; id: string;
code: string; code: string;
title: string;
status: string; status: string;
plannedStartAt: string | null; plannedStartAt: string | null;
} | null; } | null;