export type CardProps = { link?: { href: string title: string } title?: string | null subtitle?: string | null openInNewTab?: boolean }