fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-03 22:08:23 +00:00
parent 0c79a521be
commit 82b859e4c7

View File

@ -112,6 +112,11 @@ export interface ILogPackageAuthenticated {
logPackage: ILogPackage;
}
export interface ILogPackageArrayAuthenticated {
auth: string;
logPackages: ILogPackage[];
}
/**
* a destination interface for extending smartlog modules
*/