Interface FactSheetDiff

interface FactSheetDiff {
    current: FactSheetDiffCircle;
    previous: FactSheetDiffCircle;
    toolTip?: string;
}

Properties

toolTip?: string

Generated using TypeDoc