interface PlatformControlPanel {
    name: string;
    urls?: PlatformControlPanelUrls;
}

Properties

Properties

name: string

Name of the control panel.

URL to connect to cPanel dashboard and to Webmail interface.