From bb0508d456dae5ad412896a093edf684b5cce23e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 12 May 2026 12:03:19 +0700 Subject: [PATCH] fix: adjust BaseTransferToLaying.sources.product_warehouse type --- src/types/api/production/transfer-to-laying.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/types/api/production/transfer-to-laying.d.ts b/src/types/api/production/transfer-to-laying.d.ts index 8123e9e6..c1fef888 100644 --- a/src/types/api/production/transfer-to-laying.d.ts +++ b/src/types/api/production/transfer-to-laying.d.ts @@ -1,4 +1,8 @@ -import { BaseMetadata, CreatedUser } from '@/types/api/api-general'; +import { + BaseApproval, + BaseMetadata, + CreatedUser, +} from '@/types/api/api-general'; import { BaseKandang } from '@/types/api/master-data/kandang'; import { WarehouseType } from '@/types/api/master-data/warehouse'; @@ -27,6 +31,10 @@ export type BaseTransferToLaying = { }; qty: number; product_warehouse: { + id: number; + product_id: number; + warehouse_id: number; + quantity: number; product: { id: number; name: string;