Type Alias: JsonValue
@kortexya/reasoninglayer / JsonValue
Type Alias: JsonValue
JsonValue =
string|number|boolean|null|JsonValue[] |object
Defined in: src/types/common.ts:112
Arbitrary JSON value.
Remarks
Used for fields that accept arbitrary JSON (e.g., message content,
cognitive agent features). Matches the backend serde_json::Value type.