prorm API Reference
    Preparing search index...

    Interface BlockedQuery

    interface BlockedQuery {
        id: string;
        timestamp: Date;
        query: string;
        reason: string;
        matchedRule: string;
        operation: QueryOperation;
        user?: string;
    }
    Index
    id: string
    timestamp: Date
    query: string
    reason: string
    matchedRule: string
    operation: QueryOperation
    user?: string