UNPKG

apim-developer-portal4

Version:

API management developer portal

8 lines (7 loc) 140 B
export interface TagProperties { displayName: string; } export interface TagContract { id: string; properties: TagProperties; }