Interface IRiskValueFactor

interface IRiskValueFactor {
    inputType?: string;
    label: string;
    type: string;
    value: string;
    weights: IRiskValueFactorWeight[];
}

Properties

inputType?: string
label: string
type: string
value: string

Generated using TypeDoc