5 lines
173 B
TypeScript
5 lines
173 B
TypeScript
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
|
|
export { smartlogInterfaces, smartrequest };
|