@nuxthub/core
Version:
Build full-stack Nuxt applications, with zero configuration.
11 lines (7 loc) • 645 B
text/typescript
import type { ModuleHooks, ModuleRuntimeConfig } from './module.mjs'
declare module '@nuxt/schema' {
interface NuxtHooks extends ModuleHooks {}
interface RuntimeConfig extends ModuleRuntimeConfig {}
}
export { default } from './module.mjs'
export { type BlobConfig, type CacheConfig, type CloudflareR2BlobConfig, type DatabaseConfig, type FSBlobConfig, type HubConfig, type KVConfig, type ModuleHooks, type ModuleOptions, type ModuleRuntimeConfig, type ResolvedBlobConfig, type ResolvedCacheConfig, type ResolvedDatabaseConfig, type ResolvedHubConfig, type ResolvedKVConfig, type S3BlobConfig, type VercelBlobConfig } from './module.mjs'