// 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/addigy-devices/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/addigy-devices/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/config-enrichment-test/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/config-enrichment-test/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/configuration-items/[id]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/configuration-items/[id]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/configuration-items/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/configuration-items/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // 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/setup/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/setup/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/addigy-devices/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/addigy-devices/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/addigy-policies/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/addigy-policies/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/companies/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/companies/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/config-enrichment/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/config-enrichment/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/config-items/[id]/tickets/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/config-items/[id]/tickets/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/configuration-items/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/configuration-items/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/configuration-items/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/configuration-items/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/contacts/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/contacts/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/debug-auth/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/debug-auth/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/health/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/health/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/invoices/[id]/line-items/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/invoices/[id]/line-items/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/picklists/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/picklists/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/resources/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/resources/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/rmm-audit/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/rmm-audit/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/rmm-devices/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/rmm-devices/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/rmm-test/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/rmm-test/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/tasks/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/tasks/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/test-zones/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/test-zones/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/tickets/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/tickets/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/tickets/[id]/time-entries/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/tickets/[id]/time-entries/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../app/api/tickets/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../app/api/tickets/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 }