website-vue/.nuxt/types/nitro-config.d.ts

14 lines
202 B
TypeScript
Raw Permalink Normal View History

2025-04-22 15:57:06 +08:00
// Generated by nitro
// App Config
import type { Defu } from 'defu'
type UserAppConfig = Defu<{}, []>
declare module "nitropack/types" {
interface AppConfig extends UserAppConfig {}
}
export {}