UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
scaffolds
/
widget
/
widgetContract.ts
8 lines
(7 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Contract
}
from
"@paperbits/common"
;
/** * Data contact (data layer) that defines how widget configuration gets persisted. */
export
interface
WidgetContract
extends
Contract
{
// property: string;
}