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
/
utils.d.ts
11 lines
(10 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
>;