@oss-autopilot/core - v3.21.0
    Preparing search index...

    Interface AntiLLMScanResult

    interface AntiLLMScanResult {
        matched: boolean;
        matches: AntiLLMMatch[];
    }
    Index
    matched: boolean
    matches: AntiLLMMatch[]