Type alias TooltipLink

TooltipLink: {
    link: string;
    text: LocalizedString;
}

Tooltip link description

Type declaration