Interface TextHost

Represents a text-based host configuration.

interface TextHost {
    department: string;
    siteOwner: string;
    type: "text";
}

Properties

department: string

The department name associated with the host.

siteOwner: string

The site owner name associated with the host.

type: "text"

Specifies that this host type is text.