mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
fix(FE-41): Menambahkan kolom kapasitas di tabel kandang
This commit is contained in:
+2
@@ -7,6 +7,7 @@ export type BaseKandang = {
|
||||
name: string;
|
||||
status: string;
|
||||
location: BaseLocation;
|
||||
capacity: number;
|
||||
pic: BaseUser;
|
||||
};
|
||||
|
||||
@@ -15,6 +16,7 @@ export type Kandang = BaseMetadata & BaseKandang;
|
||||
export type CreateKandangPayload = {
|
||||
name: string;
|
||||
location_id: number;
|
||||
capacity: number;
|
||||
pic_id: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user