Interface HttpUrl

Contains an HTTP URL.

interface HttpUrl {
    @type: "httpUrl";
    url: string;
}

Properties

Properties

@type: "httpUrl"
url: string

The URL.