import { LeadItem } from '@interfaces'; export interface LeadItemCardProps { item: LeadItem; onPress?: () => void; }