@xw3/maki-ts-cms
Preparing search index...
useQuestAdmin
Function useQuestAdmin
useQuestAdmin
()
:
{
create
:
UseMutationResult
<
any
,
Error
,
{
quest
:
any
}
,
unknown
>
;
remove
:
UseMutationResult
<
any
,
Error
,
{
questId
:
string
}
,
unknown
>
;
update
:
UseMutationResult
<
any
,
Error
,
{
quest
:
any
;
questId
:
string
}
,
unknown
,
>
;
updateItems
:
UseMutationResult
<
any
,
Error
,
{
items
:
any
[]
;
questId
:
string
}
,
unknown
,
>
;
updatePoints
:
UseMutationResult
<
any
,
Error
,
{
questId
:
string
}
,
unknown
>
;
}
Returns
{
create
:
UseMutationResult
<
any
,
Error
,
{
quest
:
any
}
,
unknown
>
;
remove
:
UseMutationResult
<
any
,
Error
,
{
questId
:
string
}
,
unknown
>
;
update
:
UseMutationResult
<
any
,
Error
,
{
quest
:
any
;
questId
:
string
}
,
unknown
,
>
;
updateItems
:
UseMutationResult
<
any
,
Error
,
{
items
:
any
[]
;
questId
:
string
}
,
unknown
,
>
;
updatePoints
:
UseMutationResult
<
any
,
Error
,
{
questId
:
string
}
,
unknown
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xw3/maki-ts-cms
Loading...