mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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 = {
|
||||
id: number;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user