dfh-ui-library 1.12.446 → 1.12.447

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,8 @@ import React from "react";
2
2
  import { ListMasterDataProps, UrgentDataProps } from "../../shared/models/components/common.model";
3
3
  export interface ITodoToggleRequestParams {
4
4
  noteId?: string;
5
+ actionedUser?: string;
6
+ patient?: string;
5
7
  toggleOptions: {
6
8
  noteIndex: number;
7
9
  check: boolean;