SAP AI SDK for JavaScript - v2.12.0
    Preparing search index...

    Type Alias BinaryBooleanFilter

    BinaryBooleanFilter: {
        left: BinaryBooleanFilter | ScopedKeyValueListPair;
        operator: "and" | "or";
        right: BinaryBooleanFilter | ScopedKeyValueListPair;
    } & Record<string, any>

    Representation of the 'BinaryBooleanFilter' schema.

    Type Declaration