interfaces/ts/plugins.ts

21 lines
347 B
TypeScript
Raw Normal View History

2021-11-07 02:22:46 +00:00
// @apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
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
}