indexDecision.prototype.explanation
property Decision.prototype.explanation
import { Decision } from ".";
const { explanation } = Decision.prototype;

Type

{ distribution: readonly { distributedWeight: number; weight: number; actionReference: ActionReference; }[]; pick: number; }