import type { IconType, ThemeType } from '@bagelink/vue' export interface TimelineEntry { title?: string meta?: string icon?: IconType color?: ThemeType [key: string]: any }