UNPKG

strapi-plugin-gen-types

Version:

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

6 lines (5 loc) 145 B
import type { Core } from "@strapi/strapi"; declare const register: ({ strapi }: { strapi: Core.Strapi; }) => void; export default register;