UNPKG

strapi-plugin-website-builder-v5

Version:

V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder

12 lines (11 loc) 206 B
declare const routes: { admin: { type: string; routes: { method: string; path: string; handler: string; }[]; }; }; export default routes;