-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ONL-8253] Added typings #73
Conversation
index.d.ts
Outdated
object?: string, | ||
action?: string, | ||
category?: string, | ||
value?: string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might have an error with the value type in a couple of files in EBO, it's mostly string, but we do have numbers in confirmation.vue.
I have asked the data team about these and they told me that for the quote rate (for which we are sending a number) they only check if the value exists, they don't do any calculations with them, so we could just convert them to strings, or we could add number to value type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I have enabled numbers as value as well.
In order to add type safety into EBO composables, we need Huha typings first.