fieldAvailable
type
Configures type for External interpreter from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | enum | Declared input representation. |
| default | external | Release default applied when the field is omitted. |
| typescriptType | "external" | "managed" | Compiler-resolved TypeScript contract. |
| required | false | — |
| allowed | ["external","managed"] | Allowed declaration values. |
Configures type for External interpreter from its authoritative release declaration.
The declared value type is enum. The release default is external. Allowed values are ["external","managed"]. This field is optional.