Files
flxn-app/.nitro/types/nitro-routes.d.ts
2025-09-11 13:35:33 -05:00

8 lines
226 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 {
}
}
export {}