Preparing search index...
The search index is not available
Back To Index
|
@azure/storage-queue
Package version:
@azure/storage-queue
WithResponse
Type Alias WithResponse<T, Headers, Body>
With
Response
<
T
,
Headers
,
Body
>
:
T
&
(
Body
extends
object
?
ResponseWithBody
<
Headers
,
Body
>
:
Headers
extends
object
?
ResponseWithHeaders
<
Headers
>
:
ResponseLike
)
A type that represents an operation result with a known _response property.
Type Parameters
T
Headers
=
undefined
Body
=
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/storage-queue
Loading...
A type that represents an operation result with a known _response property.