1 2 3 4 5 6 7
import type { Core } from '@strapi/strapi'; const register = ({ strapi }: { strapi: Core.Strapi }) => { // register phase }; export default register;