Files
cartlog-admin/node_modules/next/dist/server/request/utils.d.ts
2026-01-01 15:25:19 +05:30

5 lines
378 B
TypeScript

export declare function throwWithStaticGenerationBailoutError(route: string, expression: string): never;
export declare function throwWithStaticGenerationBailoutErrorWithDynamicError(route: string, expression: string): never;
export declare function throwForSearchParamsAccessInUseCache(route: string): never;
export declare function isRequestAPICallableInsideAfter(): boolean;