interface UrlInfo {
    description?: string;
    url: string;
}

Hierarchy (View Summary)

Properties

Properties

description?: string
url: string