opencarl
    Preparing search index...

    Interface SetupCheckResult

    interface SetupCheckResult {
        needed: boolean;
        reason: string;
        targetDir: string;
    }
    Index

    Properties

    needed: boolean
    reason: string
    targetDir: string