chore: remove double declaration

This commit is contained in:
ValdiANS
2025-12-18 16:18:25 +07:00
parent cf41fbfdaf
commit 2fe4ec981c
-1
View File
@@ -10,7 +10,6 @@ export type BaseKandang = {
capacity: number;
pic: BaseUser;
project_flock_kandang_id?: number;
capacity: number;
};
export type Kandang = BaseMetadata & BaseKandang;