UNPKG

cabbie-sync

Version:
11 lines (10 loc) 232 B
/** * * This file is generated automatically, run npm run build to re-generate. **/ import { LogLevel } from './enums/log-levels'; export declare type LogEntry = { timestamp: number; level: LogLevel; message: string; };