@nosto/nosto-js

    Interface FilterRule

    interface FilterRule {
        field?: string;
        negate?: boolean;
        operator: FilterOperator;
        values?: unknown[];
    }
    Index

    Properties

    field?: string
    negate?: boolean
    operator: FilterOperator
    values?: unknown[]
    MMNEPVFCICPMFPCPTTAAATR