refactor(FE-174): remove unused pending_qty field from stocks in recording type definition

This commit is contained in:
rstubryan
2025-10-30 21:41:01 +07:00
parent 50196493e3
commit 87295252aa
-1
View File
@@ -94,7 +94,6 @@ export type CreateLayingRecordingPayload = {
stocks?: { stocks?: {
product_warehouse_id: number; product_warehouse_id: number;
usage_qty: number; usage_qty: number;
pending_qty?: number;
}[]; }[];
depletions?: { depletions?: {
product_warehouse_id: number; product_warehouse_id: number;