interfaces/ts/index.ts

10 lines
203 B
TypeScript
Raw Permalink Normal View History

2024-01-23 22:38:10 +00:00
import * as data from './data/index.js';
2024-02-14 13:04:47 +00:00
import * as platformservice from './platformservice/index.js';
2024-01-23 22:38:10 +00:00
import * as requests from './requests/index.js';
2021-11-07 02:22:46 +00:00
export {
2024-01-23 22:38:10 +00:00
data,
2024-02-14 13:04:47 +00:00
platformservice,
2021-11-07 02:22:46 +00:00
requests
}