interface GenappEnvironmentConfig {
    backendHost: string;
    tmpOutDir: string;
    tmpOutZipname: string;
}

Hierarchy (View Summary)

Properties

backendHost: string
tmpOutDir: string
tmpOutZipname: string