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

BooleanPropertyOptions

import type { BooleanPropertyOptions } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

The options for boolean properties.

interface BooleanPropertyOptions {
operatorOptions?: BooleanOperatorOptions;
}

§Properties

§
operatorOptions?: BooleanOperatorOptions
[src]

If set, describes how the boolean should be used as a search operator.