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

Hierarchy (view full)

Properties

Properties

description?: string
url: string