Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
.next
/
types
/
Filename :
validator.ts
back
Copy
// 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)/forgot-password/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/forgot-password">> = Specific const handler = {} as typeof import("../../src/app/(auth)/forgot-password/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(auth)/reset-password/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/reset-password">> = Specific const handler = {} as typeof import("../../src/app/(auth)/reset-password/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(auth)/signin/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/signin">> = Specific const handler = {} as typeof import("../../src/app/(auth)/signin/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/attendance/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/attendance">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/attendance/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/departments/[id]/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/departments/[id]">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/departments/[id]/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/departments/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/departments">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/departments/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/employees/[id]/activities/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/employees/[id]/activities">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/employees/[id]/activities/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/employees/[id]/combined-logs/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/employees/[id]/combined-logs">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/employees/[id]/combined-logs/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/employees/[id]/logs/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/employees/[id]/logs">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/employees/[id]/logs/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/employees/[id]/settings/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/employees/[id]/settings">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/employees/[id]/settings/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/employees/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/employees">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/employees/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/invoices/[id]/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/invoices/[id]">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/invoices/[id]/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/invoices/add/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/invoices/add">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/invoices/add/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/invoices/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/invoices">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/invoices/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/leave-request/[id]/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/leave-request/[id]">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/leave-request/[id]/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/leave-request/add/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/leave-request/add">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/leave-request/add/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/leave-request/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/leave-request">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/leave-request/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/notifications/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/notifications">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/notifications/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/register/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/register">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/register/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(termsAndPolicy)/privacy-policy/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/privacy-policy">> = Specific const handler = {} as typeof import("../../src/app/(termsAndPolicy)/privacy-policy/page.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(termsAndPolicy)/terms-conditions/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/terms-conditions">> = Specific const handler = {} as typeof import("../../src/app/(termsAndPolicy)/terms-conditions/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/(auth)/layout.tsx { type __IsExpected<Specific extends LayoutConfig<"/">> = Specific const handler = {} as typeof import("../../src/app/(auth)/layout.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(dashboard)/layout.tsx { type __IsExpected<Specific extends LayoutConfig<"/">> = Specific const handler = {} as typeof import("../../src/app/(dashboard)/layout.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(termsAndPolicy)/privacy-policy/layout.tsx { type __IsExpected<Specific extends LayoutConfig<"/privacy-policy">> = Specific const handler = {} as typeof import("../../src/app/(termsAndPolicy)/privacy-policy/layout.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/(termsAndPolicy)/terms-conditions/layout.tsx { type __IsExpected<Specific extends LayoutConfig<"/terms-conditions">> = Specific const handler = {} as typeof import("../../src/app/(termsAndPolicy)/terms-conditions/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 }