// 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 } from "./routes.js"
import type { ResolvingMetadata, ResolvingViewport } from "next/types.js"

type AppPageConfig<Route extends AppRoutes = AppRoutes> = {
  default: React.ComponentType<{ params: Promise<ParamMap[Route]> } & any> | ((props: { params: Promise<ParamMap[Route]> } & any) => React.ReactNode | Promise<React.ReactNode> | never | void | Promise<void>)
  generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise<any[]> | any[]
  generateMetadata?: (
    props: { params: Promise<ParamMap[Route]> } & any,
    parent: ResolvingMetadata
  ) => Promise<any> | any
  generateViewport?: (
    props: { params: Promise<ParamMap[Route]> } & any,
    parent: ResolvingViewport
  ) => Promise<any> | any
  metadata?: any
  viewport?: any
}

type LayoutConfig<Route extends LayoutRoutes = LayoutRoutes> = {
  default: React.ComponentType<LayoutProps<Route>> | ((props: LayoutProps<Route>) => React.ReactNode | Promise<React.ReactNode> | never | void | Promise<void>)
  generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise<any[]> | any[]
  generateMetadata?: (
    props: { params: Promise<ParamMap[Route]> } & any,
    parent: ResolvingMetadata
  ) => Promise<any> | any
  generateViewport?: (
    props: { params: Promise<ParamMap[Route]> } & any,
    parent: ResolvingViewport
  ) => Promise<any> | any
  metadata?: any
  viewport?: any
}


// Validate ../../../src/app/(auth)/login/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/login">> = Specific
  const handler = {} as typeof import("../../../src/app/(auth)/login/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(auth)/sso/landing/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sso/landing">> = Specific
  const handler = {} as typeof import("../../../src/app/(auth)/sso/landing/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(auth)/test-auth/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/test-auth">> = Specific
  const handler = {} as typeof import("../../../src/app/(auth)/test-auth/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/financial/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/financial">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/financial/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/integrity/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/integrity">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/integrity/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/logs/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/logs/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/logs/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/logs/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/logs">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/logs/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/search/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/search">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/search/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/sensitive/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/sensitive">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/sensitive/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/audit/statistics/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/audit/statistics">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/statistics/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/alerts/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/alerts">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/alerts/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/config/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/config">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/config/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/errors/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/errors">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/errors/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/query/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/query">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/query/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/slow-requests/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/slow-requests">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/slow-requests/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/statistics/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/statistics">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/statistics/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/trace/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/logs/trace">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/trace/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/notifications/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/notifications">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/notifications/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/approval/[businessType]/[instanceId]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/approval/[businessType]/[instanceId]">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/approval/[businessType]/[instanceId]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/approvals/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/approvals">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/approvals/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/automation/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/automation/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/automation/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/automation/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/automation">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/automation/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/definitions/[id]/design/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/definitions/[id]/design">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/definitions/[id]/design/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/definitions/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/definitions/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/definitions/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/definitions/[id]/versions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/definitions/[id]/versions">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/definitions/[id]/versions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/definitions/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/definitions/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/definitions/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/definitions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/definitions">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/definitions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/instances/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/instances/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/instances/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/review/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/review">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/review/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/statistics/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/statistics">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/statistics/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/templates/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/templates">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/templates/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/translations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/forms/translations">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/translations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/config/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant/config">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/config/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/knowledge/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant/knowledge">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/knowledge/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/prompts/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant/prompts">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/prompts/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/stats/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant/stats">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/stats/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/tickets/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-assistant/tickets">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/tickets/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/devices/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/devices">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/devices/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/dlq/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/dlq">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/dlq/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/me/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/me">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/me/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/me/tokens/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/me/tokens">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/me/tokens/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/sessions/[sessionId]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/sessions/[sessionId]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/sessions/[sessionId]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/sessions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/sessions">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/sessions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-usage/tokens/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ai-usage/tokens">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-usage/tokens/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/approval-center/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/approval-center">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/approval-center/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/approval-center/submit/[formKey]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/approval-center/submit/[formKey]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/approval-center/submit/[formKey]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/contracts/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/contracts">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/contracts/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/gantt/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker/gantt">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/gantt/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/items/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker/items/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/items/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/items/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker/items/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/items/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/items/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker/items">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/items/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/updates/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/devtracker/updates">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/updates/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/expenses/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/expenses/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/expenses/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/expenses/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/expenses">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/expenses/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/feedback/manage/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/feedback/manage/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/feedback/manage/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/feedback/manage/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/feedback/manage">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/feedback/manage/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/feedback/my/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/feedback/my">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/feedback/my/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/feedback/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/feedback">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/feedback/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/iam-admin/audit-logs/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/iam-admin/audit-logs">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/iam-admin/audit-logs/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/iam-admin/emergency-bypass/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/iam-admin/emergency-bypass">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/iam-admin/emergency-bypass/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/iam-admin/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/iam-admin/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/iam-admin/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/iam-admin/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/iam-admin">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/iam-admin/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/internal-apps/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/internal-apps">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/internal-apps/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/articles/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/articles/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/articles/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/ask/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/ask">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/ask/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/editor/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/editor">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/editor/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/outline/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/outline">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/outline/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/failed/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks/[taskId]/failed">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/failed/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks/[taskId]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/processed/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks/[taskId]/processed">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/processed/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/processing/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks/[taskId]/processing">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/processing/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/skipped/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks/[taskId]/skipped">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/[taskId]/skipped/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/knowledge-base/sync-tasks/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/knowledge-base/sync-tasks">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/knowledge-base/sync-tasks/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/[meetingId]/agenda/edit/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/[meetingId]/agenda/edit">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/[meetingId]/agenda/edit/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/[meetingId]/agenda/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/[meetingId]/agenda">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/[meetingId]/agenda/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/audit-logs/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/audit-logs">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/audit-logs/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/checkin/guest/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/checkin/guest">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/checkin/guest/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/checkin/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/checkin">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/checkin/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/dashboard/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/dashboard">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/dashboard/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/integrations/outlook/bindings-all/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/integrations/outlook/bindings-all">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/integrations/outlook/bindings-all/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/integrations/outlook/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/integrations/outlook">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/integrations/outlook/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/meetings/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/meetings/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/meetings/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/meetings/[id]/qr/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/meetings/[id]/qr">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/meetings/[id]/qr/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/meetings/create/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/meetings/create">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/meetings/create/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/meetings/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/meetings">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/meetings/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/my-tasks/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/my-tasks">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/my-tasks/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/reports/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/reports">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/reports/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/series/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/series">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/series/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/settings/change-password/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/settings/change-password">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/settings/change-password/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/teams/config/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/teams/config">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/teams/config/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/teams/meetings/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/teams/meetings">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/teams/meetings/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/teams/reports/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/teams/reports">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/teams/reports/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/templates/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/templates">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/templates/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/users/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/meetingattendance/users">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/users/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ops-center/m365-dormant/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/ops-center/m365-dormant">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ops-center/m365-dormant/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/access-review/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/access-review">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/access-review/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/ai-tools/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/ai-tools">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/ai-tools/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/data-scopes/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/data-scopes">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/data-scopes/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/delegations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/delegations">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/delegations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/departments/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/departments/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/departments/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/departments/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/departments">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/departments/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/members/[id]/edit/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/members/[id]/edit">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/members/[id]/edit/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/members/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/members/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/members/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/members/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/members/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/members/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/members/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/members">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/members/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/organizations/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/organizations/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/organizations/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/organizations/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/organizations/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/organizations/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/organizations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/organizations">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/organizations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/orgs/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/orgs/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/orgs/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/positions/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/positions/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/positions/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/positions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/positions">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/positions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/regions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/regions">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/regions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/permissions/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/permissions">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/permissions/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/system-roles/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/system-roles/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/system-roles/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/system-roles/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/system-roles/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/system-roles/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/system-roles/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/system-roles">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/system-roles/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/workflow-roles/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/workflow-roles/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/workflow-roles/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/workflow-roles/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/workflow-roles/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/workflow-roles/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/workflow-roles/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/roles/workflow-roles">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/workflow-roles/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/structure/grid/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/structure/grid">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/structure/grid/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/structure/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/organization/structure">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/structure/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/[id]/edit/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/[id]/edit">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/[id]/edit/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/attributes/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/attributes">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/attributes/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/columns/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/columns">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/columns/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/create/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/create">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/create/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/custom-fields/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/custom-fields">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/custom-fields/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/inventory-ops/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/inventory-ops">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/inventory-ops/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/inventory/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/inventory">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/inventory/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/labels/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/labels">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/labels/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/manage/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/manage">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/manage/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/scan/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/scan">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/scan/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/stations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/stations">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/stations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/warehouses/[id]/locations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/warehouses/[id]/locations">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/warehouses/[id]/locations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/warehouses/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/parts/warehouses">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/warehouses/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/360/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/360/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/360/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/360/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/360">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/360/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/admin/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/admin">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/admin/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/analytics/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/analytics">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/analytics/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/calibration/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/calibration/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/calibration/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/calibration/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/calibration">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/calibration/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/cycles/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/cycles">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/cycles/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/kpi/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/kpi">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/kpi/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/kpi/team/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/kpi/team">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/kpi/team/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/results/admin/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/results/admin">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/results/admin/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/settings/360-templates/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/settings/360-templates">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/settings/360-templates/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/settings/grades/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/settings/grades">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/settings/grades/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/strategic-objectives/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/performance/strategic-objectives">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/strategic-objectives/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/currencies/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/currencies">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/currencies/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/customers/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/customers">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/customers/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/dictionaries/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/dictionaries">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/dictionaries/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/locations/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/locations">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/locations/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/partners/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/partners">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/partners/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/suppliers/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/platform-master/suppliers">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/suppliers/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/purchases/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/purchases">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/purchases/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/admin/models/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/admin/models">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/admin/models/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/admin/settings/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/admin/settings">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/admin/settings/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/admin/skus/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/admin/skus">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/admin/skus/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/compare/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/compare">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/compare/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/create/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/create">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/create/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/dashboard/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/dashboard">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/dashboard/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/deliveries/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/deliveries">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/deliveries/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/import/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/import">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/import/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/my-work/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/my-work">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/my-work/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/payments/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/payments">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/payments/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/purchase-orders/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/purchase-orders">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/purchase-orders/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/r/[ffsn]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/r/[ffsn]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/r/[ffsn]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/rentals/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/rentals">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/rentals/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/reports/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/reports">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/reports/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/sales-orders/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/sales-orders">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/sales-orders/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/service-tickets/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/service-tickets">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/service-tickets/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/workflow/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/robot-manager/workflow">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/workflow/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/admin/checkpoints/[id]/edit/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/admin/checkpoints/[id]/edit">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/admin/checkpoints/[id]/edit/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/admin/checkpoints/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/admin/checkpoints/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/admin/checkpoints/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/admin/checkpoints/create/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/admin/checkpoints/create">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/admin/checkpoints/create/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/admin/checkpoints/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/admin/checkpoints">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/admin/checkpoints/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/c/[code]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/c/[code]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/c/[code]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/display/[code]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/display/[code]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/display/[code]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/shared/[code]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/siteattendance/shared/[code]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/shared/[code]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/adp/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/adp">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/adp/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/adp/pto/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/adp/pto">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/adp/pto/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/annual-leave/quotas/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk/annual-leave/quotas">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/annual-leave/quotas/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/annual-leave/release-plan/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk/annual-leave/release-plan">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/annual-leave/release-plan/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/employees/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk/employees">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/employees/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/help/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk/help">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/help/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/dingtalk/sap-purchases/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/dingtalk/sap-purchases">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/dingtalk/sap-purchases/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/entra-id/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center/entra-id">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/entra-id/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/sync-center">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/admin/categories/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/admin/categories">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/admin/categories/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/admin/groups/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/admin/groups">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/admin/groups/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/admin/stats/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/admin/stats">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/admin/stats/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/list/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/list">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/list/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/my/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/my">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/my/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/new/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets/new">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/new/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/tickets">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(workspace)/dashboard/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/dashboard">> = Specific
  const handler = {} as typeof import("../../../src/app/(workspace)/dashboard/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(workspace)/overview/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/overview">> = Specific
  const handler = {} as typeof import("../../../src/app/(workspace)/overview/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/agent/admin/memories/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/agent/admin/memories">> = Specific
  const handler = {} as typeof import("../../../src/app/agent/admin/memories/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/agent/admin/routing/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/agent/admin/routing">> = Specific
  const handler = {} as typeof import("../../../src/app/agent/admin/routing/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/agent/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/agent">> = Specific
  const handler = {} as typeof import("../../../src/app/agent/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/debug/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/debug">> = Specific
  const handler = {} as typeof import("../../../src/app/debug/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/">> = Specific
  const handler = {} as typeof import("../../../src/app/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/preview/notifications/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/preview/notifications">> = Specific
  const handler = {} as typeof import("../../../src/app/preview/notifications/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/preview/system-feedback/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/preview/system-feedback">> = Specific
  const handler = {} as typeof import("../../../src/app/preview/system-feedback/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/scan-inventory/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/scan-inventory">> = Specific
  const handler = {} as typeof import("../../../src/app/scan-inventory/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/settings/feedback/[id]/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/settings/feedback/[id]">> = Specific
  const handler = {} as typeof import("../../../src/app/settings/feedback/[id]/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/settings/feedback/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/settings/feedback">> = Specific
  const handler = {} as typeof import("../../../src/app/settings/feedback/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/showcase/eai-robotics-org-chart/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/showcase/eai-robotics-org-chart">> = Specific
  const handler = {} as typeof import("../../../src/app/showcase/eai-robotics-org-chart/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/submit-request/page.tsx
{
  type __IsExpected<Specific extends AppPageConfig<"/submit-request">> = Specific
  const handler = {} as typeof import("../../../src/app/submit-request/page.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}







// Validate ../../../src/app/(core)/audit/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/audit">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/audit/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(core)/logs/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/logs">> = Specific
  const handler = {} as typeof import("../../../src/app/(core)/logs/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(engines)/forms/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/forms">> = Specific
  const handler = {} as typeof import("../../../src/app/(engines)/forms/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/ai-assistant/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/ai-assistant">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/ai-assistant/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/devtracker/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/devtracker">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/devtracker/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/feedback/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/feedback">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/feedback/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/iam-admin/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/iam-admin">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/iam-admin/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/meetingattendance/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/meetingattendance">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/meetingattendance/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/organization">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/organization/roles/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/organization/roles">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/organization/roles/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/parts/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/parts">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/parts/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/performance/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/performance">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/performance/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/platform-master/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/platform-master">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/platform-master/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/robot-manager/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/robot-manager">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/robot-manager/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/siteattendance/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/siteattendance">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/siteattendance/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/sync-center/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/sync-center">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/sync-center/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/(modules)/tickets/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/tickets">> = Specific
  const handler = {} as typeof import("../../../src/app/(modules)/tickets/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/agent/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/agent">> = Specific
  const handler = {} as typeof import("../../../src/app/agent/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/">> = Specific
  const handler = {} as typeof import("../../../src/app/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}

// Validate ../../../src/app/scan-inventory/layout.tsx
{
  type __IsExpected<Specific extends LayoutConfig<"/scan-inventory">> = Specific
  const handler = {} as typeof import("../../../src/app/scan-inventory/layout.js")
  type __Check = __IsExpected<typeof handler>
  // @ts-ignore
  type __Unused = __Check
}
