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
/
server
/
src
/
services
/
build-service.d.ts
14 lines
(13 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
type
{
Core
}
from
"@strapi/strapi"
;
declare
const
_default
:
(
{ strapi }: { strapi: Core.Strapi; }
) =>
{
trigger
({ name, record, trigger }: {
name
:
any
;
record
:
any
;
trigger
:
any
; }):
Promise
<{
status
:
number
; }>; };
export
default
_default;