interface Link {
    name?: string;
    type?: string;
    url: string;
}

Properties

Properties

name?: string
type?: string
url: string