UNPKG

@push.rocks/smartlog

Version:

A minimalistic, distributed, and extensible logging tool supporting centralized log management.

9 lines (8 loc) 258 B
import { type ILogPackageAuthenticated } from './index.js'; export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages { method: 'postLogPackages'; request: { logPackages: ILogPackageAuthenticated[]; }; response: {}; }