drupflare/drangler - v0.1.0
    Preparing search index...

    Interface SiteSurvey

    interface SiteSurvey {
        capturedAt: string | null;
        database: {
            bytes: number | null;
            driver: string | null;
            name: string | null;
        };
        drupal: {
            profile: string
            | null;
            uri: string | null;
            version: string | null;
        };
        drush: string
        | null;
        errors: { detail: string; id: string }[];
        files: { count: number | null; kb: number | null };
        host: string;
        imageStyles: number | null;
        modules: string[];
        nodes: number | null;
        php: { extensions: string[]; version: string | null };
        root: string;
        source: "vps";
    }
    Index
    capturedAt: string | null
    database: { bytes: number | null; driver: string | null; name: string | null }
    drupal: { profile: string | null; uri: string | null; version: string | null }
    drush: string | null
    errors: { detail: string; id: string }[]
    files: { count: number | null; kb: number | null }
    host: string
    imageStyles: number | null
    modules: string[]
    nodes: number | null
    php: { extensions: string[]; version: string | null }
    root: string
    source: "vps"