We want to implement an API request to fetch a single user: https://docs.frontegg.com/reference/userscontrollerv1_getuserbyid in our project and want to strictly type the expected API response.
I assumed that I would be able to import IUser and use it, but it doesn't seem like it is exported from @frontegg/client