UNPKG

strapi-plugin-website-builder-v5

Version:

V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder

14 lines (13 loc) 297 B
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;