This commit is contained in:
2024-07-26 17:38:47 +05:00
parent b3e6ff5e9c
commit 08b86c8b51
14 changed files with 520 additions and 298 deletions
+1
View File
@@ -15,6 +15,7 @@ interface IUnit {
bathrooms: number;
parkingSpaces: number;
unitPrice?: number;
unitName: string;
}
export default IUnit;