UNPKG

strapi-plugin-website-builder-v5

Version:

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

11 lines (10 loc) 294 B
import type { Core } from '@strapi/strapi'; export declare function getService({ strapi, name, plugin }: { strapi: Core.Strapi; name: string; plugin?: string; }): Core.Service; export declare function resolveValue({ value, args }: { value: any; args: any; }): Promise<any>;