11 lines
405 B
TypeScript
11 lines
405 B
TypeScript
|
|
// Generated by nitro
|
||
|
|
import type { Serialize, Simplify } from "nitropack/types";
|
||
|
|
declare module "nitropack/types" {
|
||
|
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
||
|
|
interface InternalApi {
|
||
|
|
'/__nuxt_error': {
|
||
|
|
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/handlers/renderer').default>>>>
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
export {}
|