fix(FE-88): fix project flock data types

This commit is contained in:
randy-ar
2025-10-21 13:19:50 +07:00
parent e4a1138d8d
commit e5b3af3239
3 changed files with 13 additions and 9 deletions
+2
View File
@@ -4,8 +4,10 @@ import { Flock } from "@/types/api/master-data/flock";
import { Kandang } from "@/types/api/master-data/kandang";
import { Location } from "@/types/api/master-data/location";
import { ProductCategory } from "@/types/api/master-data/product-category";
import { BaseMetadata } from "@/types/api/api-general";
export type BaseProjectFlock = {
id: number;
name: string;
status: string;
flock: Flock;