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

SearchExpression

import type { SearchExpression } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

The search expression.

interface SearchExpression {
filters: Filter[];
}

§Properties

§
filters: Filter[]
[src]

The search expression filters.