mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
11 lines
No EOL
483 B
TypeScript
11 lines
No EOL
483 B
TypeScript
// 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.10.0_eslint@8.56.0_sass@1.70.0_typescript@5.3.3_vite@4.5.2_vue-tsc@1.8.27/node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
|
|
}
|
|
}
|
|
}
|
|
export {} |