mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: add capacity to kandang
This commit is contained in:
+1
@@ -8,6 +8,7 @@ export type BaseKandang = {
|
|||||||
status: string;
|
status: string;
|
||||||
location: BaseLocation;
|
location: BaseLocation;
|
||||||
pic: BaseUser;
|
pic: BaseUser;
|
||||||
|
capacity: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Kandang = BaseMetadata & BaseKandang;
|
export type Kandang = BaseMetadata & BaseKandang;
|
||||||
|
|||||||
Reference in New Issue
Block a user