Interface ImpactSelection

interface ImpactSelection {
    factSheet: {
        id: string;
        type: string;
    };
    selectedPoints: TimelineStep[];
}

Properties

factSheet: {
    id: string;
    type: string;
}

Type declaration

  • id: string
  • type: string
selectedPoints: TimelineStep[]

Generated using TypeDoc