Files
interfaces/ts/plugins.ts
T
2026-05-06 15:04:33 +00:00

10 lines
220 B
TypeScript

// @apiglobal scope
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedRequestInterfaces };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };