Langfuse JS/TS SDKs
    Preparing search index...
    interface Boolean {
        column: string;
        operator: unstable.EvaluationRuleBooleanFilterOperator;
        type: "boolean";
        value: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Column to filter on.

    type: "boolean"
    value: boolean