UNPKG
component-dbs-core
Version:
latest (1.0.1)
1.0.1
1.0.0
DTO objects shared among device backend
bitbucket.org/npco_dev/component-dbs-core
component-dbs-core
/
dist
/
src
/
devices
/
index.d.ts
6 lines
(5 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DeviceModule
}
from
'./deviceModule'
;
import
{
DeviceService
}
from
'./deviceService'
;
import
{
DeviceVerification
}
from
'./deviceVerification'
;
import
{
DeviceMetrics
}
from
'./deviceMetrics'
;
export
{
DeviceService
,
DeviceModule
,
DeviceVerification
,
DeviceMetrics
};