WithResponse type
HTTP 応答に関する情報を提供する列挙不可能な _response プロパティを持つオブジェクトを表します。
type WithResponse<T> = T & { _response: HttpResponse }
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
HTTP 応答に関する情報を提供する列挙不可能な _response プロパティを持つオブジェクトを表します。
type WithResponse<T> = T & { _response: HttpResponse }
Azure SDK for JavaScript