Reference to resource.

interface Resource {
    title?: null | string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

title?: null | string

Advisory information for the resource, such as would be appropriate for a tooltip.

url: string

URL to the referenced resource.