UNPKG

strapi-plugin-map-box

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