Interface UIImpactSourcePickerFactSheetBeta

Object, describing a selected impact containing Fact Sheet by its ID and Type ImpactSourcePickerValues

interface UIImpactSourcePickerFactSheet {
    id: string;
    type: string;
}

Properties

Properties

id: string
type: string

Generated using TypeDoc