5 lines
378 B
TypeScript
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;
|