Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typescript errors #495

Merged

Conversation

robertrytovuori
Copy link
Contributor

No description provided.

Copy link
Contributor

@NC-jsAhonen NC-jsAhonen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is recommended to not use any types

@@ -11,9 +11,9 @@ export type CreditDecisionState = {
isFetchingHistoryByBusinessId: IsFetchingHistoryMap;
isFetchingHistoryByContactId: IsFetchingHistoryMap;
};
export type HistoryDataMap = Record<string, Record<string, any>>;
export type HistoryDataMap = any;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you come up with some more specific typing for these?

@robertrytovuori robertrytovuori merged commit 1f49580 into develop Jul 2, 2024
3 checks passed
@juho-kettunen-nc juho-kettunen-nc deleted the MVJ-292_Typescript-error-in-creditDecision-reducer branch December 4, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants