keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.34k stars 369 forks source link

[feature]: Types for components. #1768

Open its-kunal opened 1 month ago

its-kunal commented 1 month ago

Is there an existing feature request for this?

Summary

In the codebase, most of the files used any as the return type of data. It would be great to have types for the API functions to maintain type safety and leverage the potential of using TypeScript.

Why should this be worked on?

Repository

blog-website

its-kunal commented 1 month ago

Hey @nehagup, can I use graphql queries present in lib/api.ts as a reference for the types?

nehagup commented 3 weeks ago

@its-kunal this is a very good initiative, yes please go ahead.