import { BandModel } from "./bandModel" export class MemberModel { id: Number name: string image: string }