Interface EnvironmentDesktop

interface EnvironmentDesktop {
    apps: Apps;
    edition: "desktop";
    host: string;
    mainApp: string;
}

Properties

apps: Apps
edition: "desktop"
host: string
mainApp: string