Interface: StatisticalSuccessResponse
@kortexya/reasoninglayer / Statistical / StatisticalSuccessResponse
Interface: StatisticalSuccessResponse
Defined in: src/types/statistical.ts:6
Generic success response for statistical operations.
Properties
message
message:
string
Defined in: src/types/statistical.ts:8
Status message.
success
success:
boolean
Defined in: src/types/statistical.ts:10
Whether the operation was successful.