interface EnvironmentInfo {
    backend: string;
    frontend: string;
    proxy: string;
    websocketBackend: string;
}

Properties

backend: string
frontend: string
proxy: string
websocketBackend: string