UNPKG

strapi-plugin-app-version

Version:
24 lines (23 loc) 467 B
declare const routes: { admin: { type: string; routes: { method: string; path: string; handler: string; config: { policies: string[]; }; }[]; }; 'content-api': { type: string; routes: { method: string; path: string; handler: string; config: {}; }[]; }; }; export default routes;