interface HostingUser {
    contactEmail: string;
    oneTimePassword?: string;
    username: string;
}

Properties

contactEmail: string

Contact email used for the hosting.

oneTimePassword?: string

One-time-password used for the first login or reset password, empty after first use.

username: string

Main Web Hosting cPanel username.