dfh-ui-library 1.13.76 → 1.13.78

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.
@@ -838,6 +838,7 @@ export interface NoteProps {
838
838
  actionedUser?: ActionedUser;
839
839
  noteType?: string;
840
840
  shouldUpdateLastContactDate?: boolean;
841
+ isBillable?: boolean;
841
842
  }
842
843
  interface ActionedUser {
843
844
  _id?: string;