fix(core): update
This commit is contained in:
parent
0c79a521be
commit
82b859e4c7
@ -112,6 +112,11 @@ export interface ILogPackageAuthenticated {
|
|||||||
logPackage: ILogPackage;
|
logPackage: ILogPackage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface ILogPackageArrayAuthenticated {
|
||||||
|
auth: string;
|
||||||
|
logPackages: ILogPackage[];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* a destination interface for extending smartlog modules
|
* a destination interface for extending smartlog modules
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user