Skip to content

Commit

Permalink
Enhance types
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and EnxDev committed Mar 21, 2024
1 parent b0a095a commit 71b3ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const defaultProps: Record<string, Partial<QueryFormData>> = {
},
};

export const expectedDiffs: Record<string, Partial<QueryFormData>> = {
export const expectedDiffs: Record<string, DiffType> = {
adhoc_filters: {
before: [
{
Expand Down

0 comments on commit 71b3ee8

Please sign in to comment.