// 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 ../../../src/app/(app)/assets/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/assets/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/bank-feeds/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/bank-feeds/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/clients/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/clients/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/comms/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/comms/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/customers/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/customers/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/dashboard/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/dashboard/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/directory/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/directory/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/documents/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/documents/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/employees/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/employees/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/expenses/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/expenses/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/home/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/home/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/invoices/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/invoices/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/leave/accrual/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/leave/accrual/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/leave/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/leave/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/noticeboard/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/noticeboard/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/payroll/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/payroll/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/performance/appraisal/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/performance/appraisal/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/performance/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/performance/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/portal/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/portal/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/recruitment/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/recruitment/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/reports/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/reports/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/roles/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/roles/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/settings/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/settings/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/tasks/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/tasks/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/invite/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/invite/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/join/[token]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/join/[token]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/onboarding/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/onboarding/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/pricing/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/pricing/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/privacy/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/privacy/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/sign-in/[[...sign-in]]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/sign-in/[[...sign-in]]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/sign-up/[[...sign-up]]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/sign-up/[[...sign-up]]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/sign/[contractId]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/sign/[contractId]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/sso-callback/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/sso-callback/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/terms/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/terms/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/api/me/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/api/me/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/api/usage/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/api/usage/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/api/webhooks/stripe/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/api/webhooks/stripe/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/(app)/layout.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/(app)/layout.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../../src/app/layout.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../../src/app/layout.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check }