import { CardFactProps } from '@/components/CardFact/CardFact.types'; export interface FactsProps { items: CardFactProps[]; className?: string; }