Forest Admin - API reference
Preparing search index...
@forestadmin/mcp-server
InProcessDispatchRequest
Type Alias InProcessDispatchRequest
type
InProcessDispatchRequest
=
{
headers
:
Record
<
string
,
string
>
;
method
:
string
;
path
:
string
;
payload
?:
unknown
;
query
?:
Record
<
string
,
unknown
>
;
timeoutMs
?:
number
;
}
Index
Properties
headers
method
path
payload?
query?
timeout
Ms?
Properties
headers
headers
:
Record
<
string
,
string
>
method
method
:
string
path
path
:
string
Optional
payload
payload
?:
unknown
Optional
query
query
?:
Record
<
string
,
unknown
>
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
method
path
payload
query
timeout
Ms
Forest Admin - API reference
Loading...