nitro-config.d.ts 202 B

1234567891011121314
  1. // Generated by nitro
  2. // App Config
  3. import type { Defu } from 'defu'
  4. type UserAppConfig = Defu<{}, []>
  5. declare module "nitropack/types" {
  6. interface AppConfig extends UserAppConfig {}
  7. }
  8. export {}