export class BannerArea { name: string; description: string; area_id?: number; constructor() { this.name = ''; this.description = ''; } }