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

Filter

import type { Filter } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria.

interface Filter {
Key: string;
Values: string[];
}

§Properties

§
Key: string
[src]

The key of a filter.

§
Values: string[]
[src]

The values of a filter.