dfh-ui-library 1.12.442 → 1.12.443

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,6 @@ export interface ITodoToggleRequestParams {
5
5
  note?: NoteProps;
6
6
  actionedUser?: string;
7
7
  patient?: string;
8
- survey?: string;
9
- noteType?: string;
10
8
  toggleOptions: {
11
9
  noteIndex: number;
12
10
  check: boolean;