UNPKG

mapomodule

Version:

Mapo is a nuxt module that helps in the creation of Administration Panels.

6 lines 211 B
export type MiddlewareKey = "auth" | "roles" | "permissions" declare module 'nitropack' { interface NitroRouteConfig { appMiddleware?: MiddlewareKey | MiddlewareKey[] | Record<MiddlewareKey, boolean> } }