interface Website {
    domain: string;
    path: string;
    sslStatus: boolean;
}

Properties

Properties

domain: string

The domain of the website.

path: string

The directory path of the website.

sslStatus: boolean

The SSL status of the website.