You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently developing a plugin that should fetch things using strapi's entityservice.
With strapi's own Strapi type, I do have access to the entityservice, but not when using strapi-typed's IStrapi. It should at least be there as an any type.
I am currently developing a plugin that should fetch things using strapi's entityservice.
With strapi's own
Strapitype, I do have access to the entityservice, but not when usingstrapi-typed'sIStrapi. It should at least be there as ananytype.