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

StandardIdentifier

import type { StandardIdentifier } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";
type StandardIdentifier =
| "PROFILE"
| "ASSET"
| "CASE"
| "UNIQUE"
| "SECONDARY"
| "LOOKUP_ONLY"
| "NEW_ONLY"
| "ORDER"

§Type

§
"PROFILE" | "ASSET" | "CASE" | "UNIQUE" | "SECONDARY" | "LOOKUP_ONLY" | "NEW_ONLY" | "ORDER" | cmnP.UnexpectedEnumValue
[src]