UNPKG

strapi-plugin-media-library-handler

Version:

Plugin for handling media library (dirs/files manipulation) through api in Strapi

13 lines (12 loc) 238 B
declare const routes: { 'content-api': { type: string; routes: { method: string; path: string; handler: string; config: {}; }[]; }; }; export default routes;