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

InventoryFilter

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

An inventory filter.

interface InventoryFilter {
Name: string;
Value?: string | null;
}

§Properties

§

Condition of the filter.

§
Name: string
[src]

Name of the filter.

§
Value?: string | null
[src]

Value of the filter.