|
1 | 1 | module.exports = {
|
2 | 2 | /**
|
3 |
| - * @type {typeof import('./lib/woqlClient').WOQLClient} |
| 3 | + * @type {typeof import('./lib/woqlClient')} |
4 | 4 | */
|
5 | 5 | WOQLClient: require('./lib/woqlClient'),
|
6 | 6 | /**
|
7 |
| - * @type {typeof import('./lib/utils').UTILS} |
| 7 | + * @type {import('./lib/utils')} |
8 | 8 | */
|
9 | 9 | UTILS: require('./lib/utils'),
|
10 | 10 | /**
|
11 |
| - * @type {typeof import('./lib/woqlView').View} |
| 11 | + * @type {import('./lib/woqlView')} |
12 | 12 | */
|
13 | 13 | View: require('./lib/viewer/woqlView'),
|
14 | 14 | /**
|
15 |
| - * @type {typeof import('./lib/woql').WOQL} |
| 15 | + * @type {import('./lib/woql')} |
16 | 16 | */
|
17 | 17 | WOQL: require('./lib/woql'),
|
18 | 18 | /**
|
19 |
| - * @type {typeof import('./lib/viewer/woqlResult').WOQLResult} |
| 19 | + * @type {import('./lib/viewer/woqlResult')} |
20 | 20 | */
|
21 | 21 | WOQLResult: require('./lib/viewer/woqlResult'),
|
22 | 22 | /**
|
23 |
| - * @type {typeof import('./lib/viewer/woqlTable').WOQLTable} |
| 23 | + * @type {typeof import('./lib/viewer/woqlTable')} |
24 | 24 | */
|
25 | 25 | WOQLTable: require('./lib/viewer/woqlTable'),
|
26 | 26 | /**
|
27 |
| - * @type {typeof import('./lib/viewer/woqlGraph').WOQLGraph} |
| 27 | + * @type {typeof import('./lib/viewer/woqlGraph')} |
28 | 28 | */
|
29 | 29 | WOQLGraph: require('./lib/viewer/woqlGraph'),
|
30 | 30 | /**
|
31 |
| - * @type {typeof import('./lib/axiosInstance').axiosInstance} |
| 31 | + * @type {typeof import('./lib/axiosInstance')} |
32 | 32 | */
|
33 | 33 | axiosInstance: require('./lib/axiosInstance'),
|
34 | 34 | }
|
0 commit comments