interfaces/ts/plugins.ts

21 lines
348 B
TypeScript
Raw Permalink Normal View History

2021-11-07 02:22:46 +00:00
// @apiglobal scope
2024-03-06 02:46:50 +00:00
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
2021-11-07 02:22:46 +00:00
export {
typedrequestInterfaces
}
2024-02-03 19:24:11 +00:00
// @push.rocks scope
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
export {
smartlogInterfaces,
}
2021-11-07 02:22:46 +00:00
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}