UNPKG

strapi-plugin-logz

Version:

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

11 lines (10 loc) 245 B
declare const _default: { default: () => { skipList: any[]; skipEndpoints: any[]; }; validator(config: any): void; /** The name of the plugin @default "logz" */ pluginName: string; }; export default _default;