Type Alias: EntryType
ts
type EntryType =
| string
| JsonObject
| readonly JsonValue[]
| null;Text, a JSON object or array, or null; used for instructions and descriptions.

