Generic structure for a hyperlink

interface Link {
    label: string;
    url: string;
}

Properties

Properties

label: string
url: string