mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
chore: remove unnecessary code
This commit is contained in:
Vendored
-12
@@ -12,15 +12,3 @@ export type CreateFlockPayload = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type UpdateFlockPayload = CreateFlockPayload;
|
export type UpdateFlockPayload = CreateFlockPayload;
|
||||||
|
|
||||||
// ---------------------------------------
|
|
||||||
// TODO: adjust this later after Transfer to Laying API done
|
|
||||||
import { BaseKandang } from '@/types/api/master-data/kandang';
|
|
||||||
|
|
||||||
export type FlockWithKandangs = BaseFlock & {
|
|
||||||
totalQuantity: number;
|
|
||||||
kandangs: {
|
|
||||||
kandang: BaseKandang;
|
|
||||||
quantity: number;
|
|
||||||
}[];
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user