Add ToursTable, update API documentation
This commit is contained in:
8
software/src/data/models/memberModel.ts
Normal file
8
software/src/data/models/memberModel.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { BandModel } from "./bandModel"
|
||||
|
||||
export class MemberModel {
|
||||
id: Number
|
||||
name: String
|
||||
band: BandModel
|
||||
image: String
|
||||
}
|
||||
Reference in New Issue
Block a user