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

FlowTemplateFilter

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

An object that filters a workflow search.

interface FlowTemplateFilter {
value: string[];
}

§Properties

§

The name of the search filter field.

§
value: string[]
[src]

An array of string values for the search filter field. Multiple values function as AND criteria in the search.