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

SearchDevicesFilter

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

The filter to use for searching devices.

interface SearchDevicesFilter {
name: string;
values: string[];
}

§Properties

§
name: string
[src]

The name to use to filter results.

§
values: string[]
[src]

The values to use to filter results.