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

CustomerPolicyScopeIdType

import type { CustomerPolicyScopeIdType } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";
type CustomerPolicyScopeIdType = "ACCOUNT" | "ORG_UNIT" | cmnP.UnexpectedEnumValue;

§Type

§
"ACCOUNT" | "ORG_UNIT" | cmnP.UnexpectedEnumValue
[src]