clik-engine API
    Preparing search index...

    Interface ValidationResult

    interface ValidationResult {
        errors: string[];
        stats: {
            boot: number;
            deferred: number;
            duplicateKeys: string[];
            main: number;
            totalAssets: number;
        };
        valid: boolean;
        warnings: string[];
    }
    Index

    Properties

    errors: string[]
    stats: {
        boot: number;
        deferred: number;
        duplicateKeys: string[];
        main: number;
        totalAssets: number;
    }
    valid: boolean
    warnings: string[]