UNPKG

@oletizi/audio-tools

Version:

Monorepo for hardware sampler utilities and format parsers

206 lines (179 loc) 7.87 kB
// This file is generated automatically by Next.js // Do not edit this file manually // This file validates that all pages and layouts export the correct types import type { AppRoutes, LayoutRoutes, ParamMap, AppRouteHandlerRoutes } from "./routes.js" import type { ResolvingMetadata, ResolvingViewport } from "next/types.js" import type { NextRequest } from 'next/server.js' type AppPageConfig<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 } type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRoutes> = { GET?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void POST?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void PUT?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void PATCH?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void DELETE?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void HEAD?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void OPTIONS?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void } // Validate ../../src/app/chopper/page.tsx { type __IsExpected<Specific extends AppPageConfig<"/chopper">> = Specific const handler = {} as typeof import("../../src/app/chopper/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/api/config/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/config">> = Specific const handler = {} as typeof import("../../src/app/api/config/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/config/save/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/config/save">> = Specific const handler = {} as typeof import("../../src/app/api/config/save/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/config/server/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/config/server">> = Specific const handler = {} as typeof import("../../src/app/api/config/server/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/akaidisk/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/akaidisk">> = Specific const handler = {} as typeof import("../../src/app/api/t/akaidisk/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/audiodata/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/audiodata/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/audiodata/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/cd/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/cd/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/cd/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/chop/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/chop">> = Specific const handler = {} as typeof import("../../src/app/api/t/chop/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/list/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/list/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/list/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/meta/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/meta/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/meta/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/mkdir/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/mkdir/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/mkdir/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/progress/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/progress">> = Specific const handler = {} as typeof import("../../src/app/api/t/progress/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/rm/[...path]/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/rm/[...path]">> = Specific const handler = {} as typeof import("../../src/app/api/t/rm/[...path]/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/syncremote/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/syncremote">> = Specific const handler = {} as typeof import("../../src/app/api/t/syncremote/route.js") type __Check = __IsExpected<typeof handler> // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/t/translate/route.ts { type __IsExpected<Specific extends RouteHandlerConfig<"/api/t/translate">> = Specific const handler = {} as typeof import("../../src/app/api/t/translate/route.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 }