UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
src
/
models
/
tagGroup.ts
8 lines
(7 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
class
TagGroup
<
TResource
> {
public
tag
:
string
;
public
items
:
TResource
[];
constructor
(
) {
this
.
items
= []; } }