Hey fellow devs, I was reading the doc and source code, then realized that we are not typing [these two](https://github.com/FusionAuth/fusionauth-typescript-client/blob/e93e2efddc79499bb22970071ecdf9f922642200/src/ClientResponse.ts#L20) as it should be. Even though we have a much better type support in other programming languages such as Golang and php: https://github.com/FusionAuth/go-client/blob/main/pkg/fusionauth/Domain.go#L2888C2-L2888C13 So if it is not too much to ask please add a more robust typing. Best regards Mohammad Jawad.