You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
759 B
14 lines
759 B
// Generated by nitro
|
|
import type { Serialize, Simplify } from 'nitropack'
|
|
declare module 'nitropack' {
|
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
interface InternalApi {
|
|
'/__nuxt_error': {
|
|
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
|
|
}
|
|
'/_ipx/**': {
|
|
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/.pnpm/@nuxt+image@1.7.0_ioredis@5.4.1_magicast@0.3.4_rollup@4.21.0/node_modules/@nuxt/image/dist/runtime/ipx').default>>>>
|
|
}
|
|
}
|
|
}
|
|
export {}
|