export class TagGroup { public tag: string; public items: TResource[]; constructor() { this.items = []; } }