We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa827d8 commit bd8f6dcCopy full SHA for bd8f6dc
1 file changed
src/components/Shared/Filters/FilterPanelTypes.ts
@@ -7,7 +7,8 @@ import {
7
type ContactFilterKey = keyof ContactFilterSetInput;
8
type ContactFilterValue = ContactFilterSetInput[ContactFilterKey];
9
type ReportContactFilterKey = keyof ReportContactFilterSetInput;
10
-type ReportContactFilterValue = ReportContactFilterSetInput[ContactFilterKey];
+type ReportContactFilterValue =
11
+ ReportContactFilterSetInput[ReportContactFilterKey];
12
type TaskFilterKey = keyof TaskFilterSetInput;
13
type TaskFilterValue = TaskFilterSetInput[TaskFilterKey];
14
export type FilterKey =
0 commit comments