fix(core): update
This commit is contained in:
parent
c0d3e507f7
commit
164fe4a33c
@ -116,5 +116,5 @@ export interface ILogPackageAuthenticated {
|
|||||||
* a destination interface for extending smartlog modules
|
* a destination interface for extending smartlog modules
|
||||||
*/
|
*/
|
||||||
export interface ILogDestination {
|
export interface ILogDestination {
|
||||||
handleLog: (logPackage: ILogPackage) => void;
|
handleLog: (logPackage: ILogPackage) => Promise<void>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user