import type { Level } from './Level.ts'; export type LogMessage = { level: Level; message: string; fix?: string; [key: string]: unknown; };