UNPKG

strapi-plugin-logz

Version:

Automatically capture and record the API calls made to your Strapi application

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