UNPKG

@amicaldo/strapi-google-maps

Version:

A Google Maps custom field for Strapi, allowing you to pick a location.

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