mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
Merge branch 'fix/transfer-to-laying' into 'development'
[FIX/FE] Transfer to Laying See merge request mbugroup/lti-web-client!265
This commit is contained in:
+8
@@ -89,6 +89,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;
|
||||
|
||||
Reference in New Issue
Block a user