Interface: FindPlansResponse
@kortexya/reasoninglayer / Cognitive / FindPlansResponse
Interface: FindPlansResponse
Defined in: src/types/cognitive.ts:1141
Response with matching plans.
Properties
count
count:
number
Defined in: src/types/cognitive.ts:1143
Total count.
plans
plans:
PlanMatchDto[]
Defined in: src/types/cognitive.ts:1145
Matching plans.