Filterable tours
This commit is contained in:
7
software/src/data/models/acts/ratingModel.ts
Normal file
7
software/src/data/models/acts/ratingModel.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { BandModel } from "./bandModel"
|
||||
|
||||
export class RatingModel {
|
||||
id: number
|
||||
rating: number
|
||||
band: BandModel
|
||||
}
|
||||
Reference in New Issue
Block a user