Files
system/.nuxt/types/nitro-config.d.ts
Xuan Loi ae1ea57130 changes
2026-01-09 17:25:23 +07:00

14 lines
202 B
TypeScript

// Generated by nitro
// App Config
import type { Defu } from 'defu'
type UserAppConfig = Defu<{}, []>
declare module "nitropack/types" {
interface AppConfig extends UserAppConfig {}
}
export {}