diff --git a/src/components/production/WorkOrders/actions.ts b/src/components/production/WorkOrders/actions.ts index 418f99d2..2a1b1651 100644 --- a/src/components/production/WorkOrders/actions.ts +++ b/src/components/production/WorkOrders/actions.ts @@ -789,6 +789,7 @@ export interface InspectionConfigData { work_order_id: number; process_type: string; product_code: string | null; + finishing_type: string | null; template_id: number | null; items: InspectionConfigItem[]; }