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;