dfh-ui-library 1.12.445 → 1.12.446
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,6 @@ 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;
|
7
5
|
toggleOptions: {
|
8
6
|
noteIndex: number;
|
9
7
|
check: boolean;
|
@@ -2,8 +2,6 @@ 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;
|
7
5
|
toggleOptions: {
|
8
6
|
noteIndex: number;
|
9
7
|
check: boolean;
|
package/dist/index.d.ts
CHANGED