From 4005665d8799b8949f0928c9a28f7d6927ff301b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 22 Oct 2019 16:53:22 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ts/index.ts b/ts/index.ts index e722c09..49df8cb 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,12 @@ import * as plugins from './smartlog-interfaces.plugins'; +import * as requestInterfaces from './smartlog-interfaces.requests'; + +export { + requestInterfaces as request +}; + + /** * the different available log types */