interface HelpLink {
    text?: string;
    url?: string;
}

Properties

Properties

text?: string
url?: string