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

Properties

Properties

backend: string
frontend: string