cynthesize-frontend
cynthesize-frontend copied to clipboard
Wrap variables for types.
TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout the project. Currently, the places where it's not declared and the declared like variable_name: any should be converted to a proper object type or relevant variable.
Let us know if you face any issue tackling this. Happy to elaborate