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

    Interface AntiLLMScanResult

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

    Properties

    Properties

    matched: boolean
    matches: AntiLLMMatch[]