UNPKG

strapi-plugin-masterclass

Version:
15 lines (14 loc) 284 B
declare const routes: { 'content-api': { type: string; routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; }; export default routes;