// Align with /server/src/lib/domain/models/link-preview-data.ts export interface LinkPreviewData { title: string | null; imageUrl: string | null; imageAlt: string | null; description: string | null; url: string | null; author: string | null; favicon: string | null; date: string | null; origin: string | null; }