-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathindex.js
More file actions
32 lines (31 loc) · 1.52 KB
/
index.js
File metadata and controls
32 lines (31 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
import {IPortal} from './iPortal';
import {IPortalQueryParam} from './iPortalQueryParam';
import {IPortalResource} from './iPortalResource';
import {IPortalQueryResult} from './iPortalQueryResult';
import {IPortalShareParam} from './iPortalShareParam';
import {IPortalShareEntity} from './iPortalShareEntity';
import {IPortalServiceBase} from './iPortalServiceBase';
import {IPortalUser} from "./iPortalUser";
import {IPortalAddResourceParam} from "./iPortalAddResourceParam";
import {IPortalRegisterServiceParam} from "./iPortalRegisterServiceParam";
import {IPortalAddDataParam} from "./iPortalAddDataParam";
import {IPortalDataMetaInfoParam} from "./iPortalDataMetaInfoParam";
import {IPortalDataStoreInfoParam} from "./iPortalDataStoreInfoParam";
import {IPortalDataConnectionInfoParam} from "./iPortalDataConnectionInfoParam";
export {IPortal} ;
export {IPortalQueryParam};
export {IPortalResource};
export {IPortalQueryResult};
export {IPortalShareParam};
export {IPortalShareEntity};
export {IPortalServiceBase};
export {IPortalUser};
export {IPortalAddResourceParam};
export {IPortalRegisterServiceParam};
export {IPortalAddDataParam};
export {IPortalDataMetaInfoParam};
export {IPortalDataStoreInfoParam};
export {IPortalDataConnectionInfoParam};