import type { LogSection } from '@lastres/log-section' export interface LogLine { content: LogSection[] date: string uuid: string }