Skip to content

Type Alias: DecisionAnswers<Questions> ​

ts
type DecisionAnswers<Questions> = { readonly [Key in keyof Questions]: DecisionAnswer<Questions[Key]> };

Defined in: evaluator/LlamaDecisionContext/types.ts:118

Type Parameters ​

Type Parameter
Questions extends DecisionQuestions