UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
src
/
contracts
/
tag.ts
8 lines
(7 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
TagProperties
{
displayName
:
string
; }
export
interface
TagContract
{
id
:
string
;
properties
:
TagProperties
; }