Filterable tours
This commit is contained in:
9
software/src/data/models/acts/concertModel.ts
Normal file
9
software/src/data/models/acts/concertModel.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { LocationModel } from "./locationModel"
|
||||
|
||||
export class ConcertModel {
|
||||
id: number
|
||||
inStock: number
|
||||
date: string
|
||||
price: number
|
||||
location: LocationModel
|
||||
}
|
||||
Reference in New Issue
Block a user