-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.ts
46 lines (43 loc) · 1.27 KB
/
index.ts
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
33
34
35
36
37
38
39
40
41
42
43
44
45
import { Connection } from './Connection';
export default Connection;
export * from './Connection';
export * from './api/Bluetooth';
export * from './api/Cradle';
export * from './api/Cwmp';
export * from './api/DDns';
export * from './api/Device';
export * from './api/Dhcp';
export * from './api/Diagnosis';
export * from './api/DialUp';
export * from './api/FileManager';
export * from './api/Global';
export * from './api/Host';
export * from './api/Language';
export * from './api/Lan';
export * from './api/Led';
export * from './api/Log';
export * from './api/MLog';
export * from './api/Monitoring';
export * from './api/Net';
export * from './api/Ntwk';
export * from './api/OnlineUpdate';
export * from './api/Ota';
export * from './api/Pb';
export * from './api/Pin';
export * from './api/Redirection';
export * from './api/SdCard';
export * from './api/Security';
export * from './api/Sms';
export * from './api/SNtp';
export * from './api/Statistic';
export * from './api/Syslog';
export * from './api/TimeRule';
export * from './api/Time';
export * from './api/UsbPrinter';
export * from './api/UsbStorage';
export * from './api/User';
export * from './api/Voice';
export * from './api/Vpn';
export * from './api/VSim';
export * from './api/WebServer';
export * from './api/WLan';