UNPKG

apim-developer-portal1

Version:

API management developer portal

8 lines (7 loc) 143 B
export class TagGroup<TResource> { public tag: string; public items: TResource[]; constructor() { this.items = []; } }