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