mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
feat: create ProjectFlockMaxQuantity type
This commit is contained in:
+8
@@ -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 = {
|
export type ProjectFlockPeriods = {
|
||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user