UNPKG

strapi-plugin-generic-custom-fields

Version:
15 lines (14 loc) 279 B
declare const routes: { admin: { type: string; routes: { method: string; path: string; handler: string; config: { policies: string[]; }; }[]; }; }; export default routes;