import { Decision } from "."; const { explanation } = Decision.prototype;
Type
{ distribution: readonly { distributedWeight: number; weight: number; actionReference: ActionReference; }[]; pick: number; }
import { Decision } from "."; const { explanation } = Decision.prototype;
{ distribution: readonly { distributedWeight: number; weight: number; actionReference: ActionReference; }[]; pick: number; }