21 lines
348 B
TypeScript
21 lines
348 B
TypeScript
|
// @apiglobal scope
|
||
|
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
||
|
|
||
|
export {
|
||
|
typedrequestInterfaces
|
||
|
}
|
||
|
|
||
|
// @push.rocks scope
|
||
|
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
|
||
|
|
||
|
export {
|
||
|
smartlogInterfaces,
|
||
|
}
|
||
|
|
||
|
// tsclass scope
|
||
|
import * as tsclass from '@tsclass/tsclass';
|
||
|
|
||
|
export {
|
||
|
tsclass
|
||
|
}
|