Interface Link

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

Properties

Properties

title: string
url: string

Generated using TypeDoc