feat: create ProjectFlockMaxQuantity type

This commit is contained in:
ValdiANS
2026-01-27 18:18:15 +07:00
parent 1d65cf0d08
commit 81e5a180ba
+8
View File
@@ -88,6 +88,14 @@ export type ProjectFlockAvailableQuantity = {
}[];
};
export type ProjectFlockMaxQuantity = {
project_flock_id: number;
project_flock_kandangs: {
project_flock_kandang_id: number;
max_target_qty: number;
}[];
};
export type ProjectFlockPeriods = {
id: number;
name: string;