Preparing search index...
The search index is not available
canvas-ui
canvas-ui
PitcherResponse
Interface PitcherResponse
interface
PitcherResponse
{
request
:
{
body
?:
Record
<
string
,
any
>
;
id
:
string
;
type
:
string
}
;
response
:
{
body
?:
Record
<
string
,
any
>
;
status
:
PitcherResponseStatus
}
;
type
:
RESPONSE
;
}
Index
Properties
request
response
type
Properties
request
request
:
{
body
?:
Record
<
string
,
any
>
;
id
:
string
;
type
:
string
}
response
response
:
{
body
?:
Record
<
string
,
any
>
;
status
:
PitcherResponseStatus
}
type
type
:
RESPONSE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
response
type
canvas-ui
Loading...