UNPKG

strapi-plugin-website-builder-v5

Version:

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

13 lines (12 loc) 344 B
import type { Core } from '@strapi/strapi'; declare const _default: ({ strapi }: { strapi: Core.Strapi; }) => { build({ name, record, trigger }: { name: any; record: any; trigger: any; }): Promise<any>; execute(request: any): Promise<import("axios").AxiosResponse<any, any>>; }; export default _default;