diff --git a/src/components/quality/InspectionManagement/actions.ts b/src/components/quality/InspectionManagement/actions.ts index 2be1e123..44b6c48c 100644 --- a/src/components/quality/InspectionManagement/actions.ts +++ b/src/components/quality/InspectionManagement/actions.ts @@ -101,6 +101,8 @@ interface ProductInspectionApi { construction_width: number; construction_height: number; change_reason: string; + document_id?: number | null; + inspection_data?: Record; }>; request_document_id: number | null; created_at: string;