fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-11 17:45:15 +01:00
parent e7fc5de48b
commit 98de4064ee

View File

@ -2,7 +2,7 @@ import * as plugins from './sl.receiver.plugins';
import { ILogPackage, ILogPackageAuthenticated, ILogDestination } from '@pushrocks/smartlog-interfaces';
export type TValidatorFunction = () => boolean;
export type TValidatorFunction = (logPackage: ILogPackage) => boolean;
export interface ISmartlogReceiverOptions {
smartlogInstance: plugins.smartlog.Smartlog;