// This file is generated automatically by Next.js // Do not edit this file manually // This file validates that all pages and layouts export the correct types import type { AppRoutes, LayoutRoutes, ParamMap, AppRouteHandlerRoutes } from "./routes.js" import type { ResolvingMetadata, ResolvingViewport } from "next/types.js" import type { NextRequest } from 'next/server.js' type AppPageConfig = { default: React.ComponentType<{ params: Promise } & any> | ((props: { params: Promise } & any) => React.ReactNode | Promise | never | void | Promise) generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise | any[] generateMetadata?: ( props: { params: Promise } & any, parent: ResolvingMetadata ) => Promise | any generateViewport?: ( props: { params: Promise } & any, parent: ResolvingViewport ) => Promise | any metadata?: any viewport?: any } type LayoutConfig = { default: React.ComponentType> | ((props: LayoutProps) => React.ReactNode | Promise | never | void | Promise) generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise | any[] generateMetadata?: ( props: { params: Promise } & any, parent: ResolvingMetadata ) => Promise | any generateViewport?: ( props: { params: Promise } & any, parent: ResolvingViewport ) => Promise | any metadata?: any viewport?: any } type RouteHandlerConfig = { GET?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void POST?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void PUT?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void PATCH?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void DELETE?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void HEAD?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void OPTIONS?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void } // Validate ../../app/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../app/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/agent/[id]/events/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/agent/[id]/events/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/agent/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/agent/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/agent/new/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/agent/new/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/auth/all-providers/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/auth/all-providers/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/auth/api-key/[provider]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/auth/api-key/[provider]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/auth/login/[provider]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/auth/login/[provider]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/auth/logout/[provider]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/auth/logout/[provider]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/auth/providers/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/auth/providers/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/cwd/validate/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/cwd/validate/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/default-cwd/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/default-cwd/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/files/[...path]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/files/[...path]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/home/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/home/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/models-config/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/models-config/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/models-config/test/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/models-config/test/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/models/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/models/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/sessions/[id]/context/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/sessions/[id]/context/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/sessions/[id]/export/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/sessions/[id]/export/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/sessions/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/sessions/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/sessions/new/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/sessions/new/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/sessions/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/sessions/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/skills/install/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/skills/install/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/skills/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/skills/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/api/skills/search/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../app/api/skills/search/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../app/layout.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../app/layout.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check }