fix(core): update
This commit is contained in:
parent
9c8538a751
commit
8e3b8d67f0
8
ts/smartlog-interfaces.requests.ts
Normal file
8
ts/smartlog-interfaces.requests.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import { ILogPackageAuthenticated } from "./index";
|
||||||
|
|
||||||
|
export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages {
|
||||||
|
method: 'postLogPackages';
|
||||||
|
request: {
|
||||||
|
logPackages: ILogPackageAuthenticated[];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user