interface GenesisNavigatorOptions {
    logFile?: string;
    phaseMapPath: string;
}

Properties

logFile?: string
phaseMapPath: string