UNPKG

apim-developer-portal1

Version:

API management developer portal

7 lines 225 B
/** * Model (business layer) is a primary representation of the widget in the system, * which gets updated by editors and rendered by the presentation layer. */ export class WidgetModel { // public property: string; }