Interface: ObserveSingleResponse
@kortexya/reasoninglayer / Statistical / ObserveSingleResponse
Interface: ObserveSingleResponse
Defined in: src/types/statistical.ts:104
Response from observing a single variable.
Properties
count
count:
number
Defined in: src/types/statistical.ts:106
Current observation count for this variable.
success
success:
boolean
Defined in: src/types/statistical.ts:108
Whether observation was recorded successfully.