Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CompositeFilter

import type { CompositeFilter } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface CompositeFilter {
logicOperator?: "AND" | "OR" | "NOT";
subFilters?: Filter[];
}

§Properties

§
logicOperator?: "AND" | "OR" | "NOT"
[src]

The logic operator of the sub filter.

§
subFilters?: Filter[]
[src]

Sub filters.