Skeleton loader
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { EventModel } from "./eventModel"
|
||||
import { RatingModel } from "./ratingModel"
|
||||
import { TourModel } from "./tourModel"
|
||||
|
||||
export class BandModel {
|
||||
id: number
|
||||
@@ -18,5 +18,5 @@ export class BandModel {
|
||||
genres: Array<{
|
||||
name: string
|
||||
}>
|
||||
tours: Array<TourModel>
|
||||
events: Array<EventModel>
|
||||
}
|
||||
@@ -12,13 +12,13 @@ export class LocationModel {
|
||||
city: {
|
||||
name: string
|
||||
country: string
|
||||
}
|
||||
} = { name: "", country: "" }
|
||||
concerts: Array<{
|
||||
id: number
|
||||
date: string
|
||||
price: number
|
||||
inStock: number
|
||||
tour: {
|
||||
event: {
|
||||
name: string
|
||||
offered: boolean
|
||||
image: string
|
||||
|
||||
Reference in New Issue
Block a user