Cerbos JavaScript SDK
    Preparing search index...

    Interface MatchAny

    A set of expressions to evaluate in a condition, at least one of which must be true.

    interface MatchAny {
        any: Matches;
    }
    Index

    Properties

    Properties

    any: Matches

    The expressions, at least one of which must be true.