Files
app/ts_interfaces/index.ts
T

7 lines
174 B
TypeScript
Raw Permalink Normal View History

2024-09-29 13:56:38 +02:00
// requests
import * as request from './request/index.js';
import * as data from './data/index.js';
import * as tags from './tags/index.js';
export { request, data, tags };