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

FilterOperator

import type { FilterOperator } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
type FilterOperator = "StringEquals" | "StringLike" | cmnP.UnexpectedEnumValue;

§Type

§
"StringEquals" | "StringLike" | cmnP.UnexpectedEnumValue
[src]