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

FacetAttributeType

import type { FacetAttributeType } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
type FacetAttributeType =
| "STRING"
| "BINARY"
| "BOOLEAN"
| "NUMBER"
| "DATETIME"
| "VARIANT"

§Type

§
"STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT" | cmnP.UnexpectedEnumValue
[src]