Interface: StringValue
@kortexya/reasoninglayer / Values / StringValue
Interface: StringValue
Defined in: src/types/values.ts:18
A string value. Produces {"type": "String", "value": "hello"}.
Properties
type
type:
"String"
Defined in: src/types/values.ts:19
value
value:
string
Defined in: src/types/values.ts:20