ResultWithHttpResponse type
type ResultWithHttpResponse<TResult> = {
httpResponse: any
responseBody: TResult
}
Browser ini sudah tidak didukung.
Mutakhirkan ke Microsoft Edge untuk memanfaatkan fitur, pembaruan keamanan, dan dukungan teknis terkini.
type ResultWithHttpResponse<TResult> = {
httpResponse: any
responseBody: TResult
}