Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:30:09 +00:00
parent e9be796927
commit 25011f2bf7
+1
View File
@@ -8,6 +8,7 @@ interface ReportData {
checklist: ChecklistItem[]; checklist: ChecklistItem[];
measurements: Measurement[]; measurements: Measurement[];
screenshots: string[]; screenshots: string[];
scaleLabel?: string;
} }
const STATUS_LABELS: Record<string, string> = { const STATUS_LABELS: Record<string, string> = {