Filterable tours
This commit is contained in:
12
software/src/data/models/acts/cityModel.ts
Normal file
12
software/src/data/models/acts/cityModel.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export class CityModel {
|
||||
id: number
|
||||
name: string
|
||||
country: string
|
||||
image: string
|
||||
locations: Array<{
|
||||
id: number
|
||||
name: string
|
||||
address: string
|
||||
image: string
|
||||
}>
|
||||
}
|
||||
Reference in New Issue
Block a user