| Server IP : 13.235.167.51 / Your IP : 216.73.217.116 Web Server : Apache System : Linux machinox-server 6.17.0-1013-aws #13~24.04.1-Ubuntu SMP Fri Apr 24 21:36:58 UTC 2026 aarch64 User : root ( 0) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/control.machinox.in/.next/types/ |
Upload File : |
// 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/dashboard/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/dashboard">> = Specific
const handler = {} as typeof import("../../src/app/dashboard/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/forgot-password/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/forgot-password">> = Specific
const handler = {} as typeof import("../../src/app/forgot-password/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/login/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/login">> = Specific
const handler = {} as typeof import("../../src/app/login/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-admin-user/add-user/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-admin-user/add-user">> = Specific
const handler = {} as typeof import("../../src/app/manage-admin-user/add-user/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-admin-user/edit-user/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-admin-user/edit-user/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-admin-user/edit-user/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-admin-user/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-admin-user">> = Specific
const handler = {} as typeof import("../../src/app/manage-admin-user/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-advertisements/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-advertisements">> = Specific
const handler = {} as typeof import("../../src/app/manage-advertisements/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-advertisements/view-advertisement/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-advertisements/view-advertisement/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-advertisements/view-advertisement/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-app-user/add-app-user/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-app-user/add-app-user">> = Specific
const handler = {} as typeof import("../../src/app/manage-app-user/add-app-user/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-app-user/edit-app-user/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-app-user/edit-app-user/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-app-user/edit-app-user/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-app-user/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-app-user">> = Specific
const handler = {} as typeof import("../../src/app/manage-app-user/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-banners/add-banner/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-banners/add-banner">> = Specific
const handler = {} as typeof import("../../src/app/manage-banners/add-banner/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-banners/edit-banner/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-banners/edit-banner/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-banners/edit-banner/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-banners/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-banners">> = Specific
const handler = {} as typeof import("../../src/app/manage-banners/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-boost/edit-boost/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-boost/edit-boost/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-boost/edit-boost/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-boost/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-boost">> = Specific
const handler = {} as typeof import("../../src/app/manage-boost/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-category/add-category/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-category/add-category">> = Specific
const handler = {} as typeof import("../../src/app/manage-category/add-category/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-category/edit-category/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-category/edit-category/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-category/edit-category/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-category/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-category">> = Specific
const handler = {} as typeof import("../../src/app/manage-category/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-category/sub-category/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-category/sub-category/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-category/sub-category/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-clients/add-client/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-clients/add-client">> = Specific
const handler = {} as typeof import("../../src/app/manage-clients/add-client/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-clients/edit-client/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-clients/edit-client/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-clients/edit-client/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-clients/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-clients">> = Specific
const handler = {} as typeof import("../../src/app/manage-clients/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-cms/edit-cms/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-cms/edit-cms/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-cms/edit-cms/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-cms/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-cms">> = Specific
const handler = {} as typeof import("../../src/app/manage-cms/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-contact-support/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-contact-support">> = Specific
const handler = {} as typeof import("../../src/app/manage-contact-support/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-customer-queries/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-customer-queries">> = Specific
const handler = {} as typeof import("../../src/app/manage-customer-queries/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-faq/add-faq/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-faq/add-faq">> = Specific
const handler = {} as typeof import("../../src/app/manage-faq/add-faq/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-faq/edit-faq/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-faq/edit-faq/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-faq/edit-faq/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-faq/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-faq">> = Specific
const handler = {} as typeof import("../../src/app/manage-faq/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-job-seeker/edit-job-seeker/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-job-seeker/edit-job-seeker/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-job-seeker/edit-job-seeker/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-job-seeker/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-job-seeker">> = Specific
const handler = {} as typeof import("../../src/app/manage-job-seeker/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-jobs/add-job/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-jobs/add-job">> = Specific
const handler = {} as typeof import("../../src/app/manage-jobs/add-job/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-jobs/edit-job/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-jobs/edit-job/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-jobs/edit-job/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-jobs/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-jobs">> = Specific
const handler = {} as typeof import("../../src/app/manage-jobs/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-machine-enquiry/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-machine-enquiry">> = Specific
const handler = {} as typeof import("../../src/app/manage-machine-enquiry/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-notifications/add-notification/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-notifications/add-notification">> = Specific
const handler = {} as typeof import("../../src/app/manage-notifications/add-notification/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-notifications/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-notifications">> = Specific
const handler = {} as typeof import("../../src/app/manage-notifications/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-notifications/view-notification/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-notifications/view-notification/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-notifications/view-notification/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-roles/add-role/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-roles/add-role">> = Specific
const handler = {} as typeof import("../../src/app/manage-roles/add-role/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-roles/edit-role/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-roles/edit-role/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-roles/edit-role/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-roles/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-roles">> = Specific
const handler = {} as typeof import("../../src/app/manage-roles/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-transactions/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-transactions">> = Specific
const handler = {} as typeof import("../../src/app/manage-transactions/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-user-subscription/add-subscription/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-user-subscription/add-subscription">> = Specific
const handler = {} as typeof import("../../src/app/manage-user-subscription/add-subscription/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-user-subscription/edit-subscription/[id]/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-user-subscription/edit-subscription/[id]">> = Specific
const handler = {} as typeof import("../../src/app/manage-user-subscription/edit-subscription/[id]/page.js")
type __Check = __IsExpected<typeof handler>
// @ts-ignore
type __Unused = __Check
}
// Validate ../../src/app/manage-user-subscription/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/manage-user-subscription">> = Specific
const handler = {} as typeof import("../../src/app/manage-user-subscription/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/profile-setting/page.tsx
{
type __IsExpected<Specific extends AppPageConfig<"/profile-setting">> = Specific
const handler = {} as typeof import("../../src/app/profile-setting/page.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
}