From 82b859e4c7091f85202054026b4477523a17a7cd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 Sep 2020 22:08:23 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts/index.ts b/ts/index.ts index 3d275ef..66db0dc 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -112,6 +112,11 @@ export interface ILogPackageAuthenticated { logPackage: ILogPackage; } +export interface ILogPackageArrayAuthenticated { + auth: string; + logPackages: ILogPackage[]; +} + /** * a destination interface for extending smartlog modules */