UNPKG

apim-developer-portal1

Version:

API management developer portal

8 lines (7 loc) 215 B
import { Contract } from "@paperbits/common"; /** * Data contact (data layer) that defines how widget configuration gets persisted. */ export interface WidgetContract extends Contract { // property: string; }