UNPKG

@actyx/sdk

Version:
11 lines (10 loc) 257 B
import { Loggers } from '../util/logging'; export declare const log: { /** * Scope for things related to the ws connection to the backend (RDS and others) */ ws: Loggers; monitoring: Loggers; stats: Loggers; }; export default log;