// Generated by Nuxt' import type { Plugin } from '#app' type Decorate> = { [K in keyof T as K extends string ? `$${K}` : never]: T[K] } type InjectionType = A extends {default: Plugin} ? Decorate : unknown type NuxtAppInjections = InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType & InjectionType declare module '#app' { interface NuxtApp extends NuxtAppInjections { } interface NuxtAppLiterals { pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:browser-devtools-timing' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' | 'nuxt:prefetch' | 'nuxt:checkIfPageUnused' | 'nuxt:checkIfLayoutUsed' } } declare module 'vue' { interface ComponentCustomProperties extends NuxtAppInjections { } } export { }