Preparing search index...
The search index is not available
@odata/client
@odata/client
ParsedResponseV4
Interface ParsedResponseV4<T>
parsed mock batch response
interface
ParsedResponseV4
<
T
>
{
headers
:
{
[
key
:
string
]
:
string
;
}
;
json
:
(
(
)
=>
Promise
<
BatchPlainODataResponseV4
<
T
>
>
)
;
status
:
number
;
statusText
:
string
;
text
:
(
(
)
=>
Promise
<
string
>
)
;
}
Type Parameters
T
=
any
Index
Properties
headers
json
status
status
Text
text
Properties
headers
headers
:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
json
json
:
(
(
)
=>
Promise
<
BatchPlainODataResponseV4
<
T
>
>
)
Type declaration
(
)
:
Promise
<
BatchPlainODataResponseV4
<
T
>
>
Returns
Promise
<
BatchPlainODataResponseV4
<
T
>
>
status
status
:
number
status
Text
status
Text
:
string
text
text
:
(
(
)
=>
Promise
<
string
>
)
Type declaration
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
headers
json
status
status
Text
text
@odata/client
Loading...
parsed mock batch response