dashboard-react
    Preparing search index...

    Interface ConfigResponse

    interface ConfigResponse {
        config: FullConfig;
        configPath: string;
        fileExists: boolean;
        effective?: EffectiveConfig;
    }
    Index

    Properties

    config: FullConfig
    configPath: string
    fileExists: boolean
    effective?: EffectiveConfig