Interface IRiskValueFactorWeight

interface IRiskValueFactorWeight {
    description: string;
    label: string;
    type: string;
    value: number;
}

Properties

description: string
label: string
type: string
value: number

Generated using TypeDoc