@ws-ui/shared 0.0.36 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare var DataSource: typeof datasources.DataSource;
|
|
2
2
|
declare var Method4D: typeof datasources.Method4D;
|
|
3
|
+
declare var restRequest: typeof datasources.restRequest;
|
|
3
4
|
declare var Utils: typeof datasources.Utils;
|
|
4
5
|
declare var $$datastores: {
|
|
5
6
|
[dsName: string]: datasources.DataStore;
|