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

ProvisionTargetType

import type { ProvisionTargetType } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
type ProvisionTargetType = "AWS_ACCOUNT" | "ALL_PROVISIONED_ACCOUNTS" | cmnP.UnexpectedEnumValue;

§Type

§
"AWS_ACCOUNT" | "ALL_PROVISIONED_ACCOUNTS" | cmnP.UnexpectedEnumValue
[src]