@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.5 to 5.4.6
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.5", | ||
"version": "5.4.6", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -90,2 +90,3 @@ /** These are meant to available to client apps */ | ||
export interface PullDataBindingConfig { | ||
Profile?: string; | ||
Url: string; | ||
@@ -92,0 +93,0 @@ DataPath: string; |
246335
3395