Files
api/ts/plugins.ts
T
2026-05-05 12:03:46 +00:00

17 lines
493 B
TypeScript

// Project scope
import * as shxInterfaces from '@smarthome.exchange/interfaces';
export { shxInterfaces };
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
import * as typedsocket from '@api.global/typedsocket';
export { typedrequest, typedRequestInterfaces, typedsocket };
// @push.rocks scope
import * as smartpromise from '@push.rocks/smartpromise';
export { smartpromise };