UNPKG
strapi-plugin-website-builder-v5
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder
strapi-plugin-website-builder-v5
/
dist
/
admin
/
src
/
hooks
/
useLogs.d.ts
7 lines
(6 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
useLogs
:
() =>
{
getLogs
:
(
{ page }: { page:
any
; }
) =>
import
(
"react-query"
).
UseQueryResult
<
any
,
unknown
>;
deleteLog
:
import
(
"react-query"
).
UseMutateAsyncFunction
<
import
(
"@strapi/strapi/admin"
).
FetchResponse
<
any
>,
any
,
void
,
unknown
>; };