dfh-ui-library 1.12.444 → 1.12.445
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
|
-
import { ListMasterDataProps,
|
2
|
+
import { ListMasterDataProps, UrgentDataProps } from "../../shared/models/components/common.model";
|
3
3
|
export interface ITodoToggleRequestParams {
|
4
4
|
noteId?: string;
|
5
|
-
note?: NoteProps;
|
6
5
|
actionedUser?: string;
|
7
6
|
patient?: string;
|
8
7
|
toggleOptions: {
|