UNPKG

strapi-plugin-gen-types

Version:

Generate types for the different collections, single types & components found in your application

8 lines (7 loc) 174 B
import type { Core } from "@strapi/strapi"; declare const controller: ({ strapi }: { strapi: Core.Strapi; }) => { index(ctx: any): any; }; export default controller;