fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-22 16:14:22 +02:00
parent 9c8538a751
commit 8e3b8d67f0

View File

@ -0,0 +1,8 @@
import { ILogPackageAuthenticated } from "./index";
export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages {
method: 'postLogPackages';
request: {
logPackages: ILogPackageAuthenticated[];
};
}