interface BaseConfig {
    serverConfig?: PathsConfig;
}

Hierarchy (View Summary)

Properties

Properties

serverConfig?: PathsConfig