interface GenappConfiguration {
    appGraphFile?: string;
    backendHost: string;
    serializedGraph?: string;
    tmpOutDir: string;
    tmpOutZipname: string;
}

Hierarchy (View Summary)

Properties

appGraphFile?: string
backendHost: string
serializedGraph?: string
tmpOutDir: string
tmpOutZipname: string