step 5
This commit is contained in:
10
first-app/src/app/housinglocation.ts
Normal file
10
first-app/src/app/housinglocation.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface HousingLocationInfo {
|
||||
id: number;
|
||||
name: string;
|
||||
city: string;
|
||||
state: string;
|
||||
photo: string;
|
||||
availableUnits: number;
|
||||
wifi: boolean;
|
||||
laundry: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user