mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
refactor(FE-174): add ProjectFlockKandang API and enhance type definitions
This commit is contained in:
+7
-3
@@ -1,13 +1,17 @@
|
||||
import { Kandang } from '@/type/master-data/kandang';
|
||||
import { ProjectFlock } from '@/types/api/production/project-flock';
|
||||
import { Chickin } from '@/types/api/production/chickin';
|
||||
import { Approvals } from '@/types/api/api-general';
|
||||
|
||||
export type BaseProjectFlockKandang = {
|
||||
id: number;
|
||||
project_flock_id: number;
|
||||
kandang_id: number;
|
||||
kandang: Kandang;
|
||||
project_flock: ProjectFlock;
|
||||
project_flock_id: number;
|
||||
kandang: Kandang;
|
||||
kandang_id: number;
|
||||
chickins: Chickin[];
|
||||
available_quantity?: number;
|
||||
approval: Approvals;
|
||||
};
|
||||
|
||||
export type ProjectFlockKandang = BaseProjectFlockKandang;
|
||||
|
||||
Reference in New Issue
Block a user