init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface IUnit {
|
||||
unit_no: string;
|
||||
project: string;
|
||||
floor: string;
|
||||
unit_type: string;
|
||||
no_of_bathrooms: number;
|
||||
unit_view: string;
|
||||
suits_area: number;
|
||||
square_ft: number;
|
||||
no_of_parking_space: number;
|
||||
sales_price: number;
|
||||
state: string;
|
||||
}
|
||||
Reference in New Issue
Block a user