ExternalUrl

interface ExternalUrl {
    Name?: null | string;
    Url?: null | string;
}

Properties

Properties

Name?: null | string

Gets or sets the name.

ExternalUrl

Url?: null | string

Gets or sets the type of the item.

ExternalUrl