Interface Link

interface Link {
    name: string;
    url: URL;
}

Properties

Properties

name: string
url: URL

Generated using TypeDoc