interfaces/ts/interfaces.plugins.ts
2021-11-07 03:22:46 +01:00

14 lines
220 B
TypeScript

// @apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export {
typedrequestInterfaces
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}