Interface IRiskValueMitigation

interface IRiskValueMitigation {
    changes: IRiskValueMitigationChange[];
    title: string;
    to: string;
}

Properties

Properties

title: string
to: string

Generated using TypeDoc