export interface ExternalLink { text: string; href: string; } export interface Position { x: string; y: string; }