cloudly/ts_apiclient/plugins.ts

29 lines
475 B
TypeScript
Raw Normal View History

// @serve.zone scope
import * as servezoneInterfaces from '@serve.zone/interfaces';
export {
servezoneInterfaces
}
// @push.rocks scope
import * as smartrx from '@push.rocks/smartrx';
export {
smartrx,
}
// @api.global scope
2024-04-20 10:21:41 +00:00
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
export {
typedrequest,
typedsocket
}
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
2024-04-20 10:21:41 +00:00
export {
tsclass,
2024-04-20 10:21:41 +00:00
}