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

InventoryFilterCondition

import type { InventoryFilterCondition } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
type InventoryFilterCondition =
| "EQUALS"
| "NOT_EQUALS"
| "BEGINS_WITH"
| "CONTAINS"

§Type

§
"EQUALS" | "NOT_EQUALS" | "BEGINS_WITH" | "CONTAINS" | cmnP.UnexpectedEnumValue
[src]