UNPKG

strapi-plugin-map-box

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