Cerbos JavaScript SDK
    Preparing search index...

    Interface MatchAll

    A set of expressions to evaluate in a condition that must all be true.

    interface MatchAll {
        all: Matches;
    }
    Index

    Properties

    Properties

    all: Matches

    The expressions that must all be true.