UNPKG

@strawbinary-io/api-video-strapi-5-plugin

Version:

A powerful Strapi plugin to easily manage your videos and integrate them in your project

33 lines (32 loc) 651 B
declare const routes: { admin: { type: string; routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; settings: { routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; 'api-video-asset': { type: string; routes: { method: string; path: string; handler: string; }[]; }; }; export default routes;