Interface LinkCardProperty

Interface that defines property for LinkCard component

interface LinkCardProperty {
    description: string;
    imagePath?: string;
    link: string;
    title: string;
}

Properties

description: string

description of link

imagePath?: string

optional path to image to display with

link: string

link itself

title: string

title of link