Move software files one directory up, Readme
This commit is contained in:
6
src/data/models/locations/cityModel.ts
Normal file
6
src/data/models/locations/cityModel.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class CityModel {
|
||||
id: number = -1
|
||||
name: string = ""
|
||||
country: string = ""
|
||||
image: string = ""
|
||||
}
|
||||
Reference in New Issue
Block a user