2022-10-26 13:18:09 +00:00
|
|
|
import { ILogPackageAuthenticated } from './index.js';
|
2019-10-22 14:14:22 +00:00
|
|
|
|
|
|
|
export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages {
|
|
|
|
method: 'postLogPackages';
|
|
|
|
request: {
|
|
|
|
logPackages: ILogPackageAuthenticated[];
|
|
|
|
};
|
2022-03-07 19:26:59 +00:00
|
|
|
response: {};
|
2020-06-04 15:12:36 +00:00
|
|
|
}
|