Preparing search index...
The search index is not available
devfive front components
devfive front components
index
DevfiveRouteApiInstance
Type alias DevfiveRouteApiInstance<R>
Devfive
Route
Api
Instance
<
R
>
:
{
[
Al
in
R
[
number
]
as
Al
[
"name"
]
]
:
(
(
...
option
)
=>
Promise
<
TypeOf
<
Al
[
"response"
]
>
>
)
}
&
{
[
Al
in
R
[
number
]
as
`
use
${
CamelToPascal
<
Al
[
"name"
]
>
}
Mutation
`
]
:
(
(
option
?
)
=>
UseMutationResult
<
ErrorResponse
,
TypeOf
<
Al
[
"response"
]
>
,
GetSchemaTypeWith$PathParamsFromRoute
<
Al
>
&
{
params
?:
Record
<
string
,
string
|
number
>
|
string
|
URLSearchParams
;
}
&
FileDownloadOption
<
TypeOf
<
Al
[
"response"
]
>
>
>
)
}
&
{
[
Al
in
R
[
number
]
as
`
use
${
CamelToPascal
<
Al
[
"name"
]
>
}
Query
`
]
:
(
(
...
option
)
=>
UseQueryResult
<
TypeOf
<
Al
[
"response"
]
>
,
ResultResponse
<
string
>
>
)
}
Type Parameters
R
extends
DevfiveRoute
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc