Skip to documentation content
On this page
  1. Reference

type

Configures type for Managed environment from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeenumDeclared input representation.
defaultmanagedRelease default applied when the field is omitted.
typescriptType"external" | "managed"Compiler-resolved TypeScript contract.
requiredfalse
allowed["external","managed"]Allowed declaration values.

Configures type for Managed environment from its authoritative release declaration.

The declared value type is enum. The release default is managed. Allowed values are ["external","managed"]. This field is optional.