import { NDKEvent } from '@nostr-dev-kit/ndk'; export interface Recommendation { id: string; url: string; title: string | null; favicon: string | null; description: string | null; slug: string; event: NDKEvent; }