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

SystemTemplateFilter

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

An object that filters a system search.

interface SystemTemplateFilter {
value: string[];
}

§Properties

§

The name of the system 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.