Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
ConnectionRequest
Variable ConnectionRequest
Const
ConnectionRequest
:
ZodObject
<
{
path
:
ZodAny
;
method
:
ZodOptional
<
ZodEnum
<
{
GET
:
"GET"
;
POST
:
"POST"
;
DELETE
:
"DELETE"
;
PUT
:
"PUT"
;
PATCH
:
"PATCH"
;
}
,
>
,
>
;
pathParameters
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodString
>
>
;
headers
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodString
>
>
;
query
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodString
>
>
;
data
:
ZodOptional
<
ZodAny
>
;
}
,
$strip
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Membrane React - v0.6.0
Loading...