UNPKG

@thunderstorefront/sdk

Version:

Create Nuxt extendable layer with this GitHub template.

6 lines 139 B
declare module 'nitropack' { interface NitroRouteConfig { appMiddleware?: string | string[] | Record<string, boolean> } } export {}