export interface LinkEntry { id: string; target: string; short: string; ogTitle?: string; ogDesc?: string; ogImage?: string; clicks: number; }