dfh-ui-library 1.12.431 → 1.12.432

Sign up to get free protection for your applications and to get access to all the features.
@@ -673,6 +673,7 @@ export interface TimelineProps {
673
673
  navigationAction?: (solution?: ISolutionvalues, type?: string) => void;
674
674
  type?: string[];
675
675
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
676
+ isChallengeTimeline?: boolean;
676
677
  }
677
678
  export interface SideBarListProps {
678
679
  filterLeftLabel?: string;
@@ -731,6 +732,7 @@ export interface TimelineEventProps {
731
732
  surveyDate?: string;
732
733
  navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
733
734
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
735
+ isChallengeTimeline?: boolean;
734
736
  }
735
737
  export interface IVariant {
736
738
  pdfMetaData?: PDFMeta;