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

FilterValue

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

Represents a single entry in the list of values for a FilterExpression.

interface FilterValue {
Value: string[];
}

§Properties

§

The type of filter value.

§
Value: string[]
[src]

The value to be associated.