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

Hierarchy (view full)

Properties

Properties

title?: null | string
url: string

Generated using TypeDoc