dfh-ui-library 1.13.72 → 1.13.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,4 +18,5 @@ export declare const NoteCard: React.FC<{
18
18
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
19
19
  isChallengeTimeline?: boolean;
20
20
  handleCopyCurrentNote?: (note: NoteProps) => void;
21
+ isBillable?: boolean;
21
22
  }>;
@@ -817,6 +817,7 @@ export interface TimelineEventProps {
817
817
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
818
818
  isChallengeTimeline?: boolean;
819
819
  handleCopyCurrentNote?: (note: NoteProps) => void;
820
+ isBillable?: boolean;
820
821
  }
821
822
  export interface IVariant {
822
823
  pdfMetaData?: PDFMeta;