9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
// pushrocks scope
|
|
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
|
|
import * as smartclickhouse from '@pushrocks/smartclickhouse';
|
|
|
|
export {
|
|
smartlogInterfaces,
|
|
smartclickhouse
|
|
}
|