securityos/node_modules/next/dist/client/components/hooks-server-context.d.ts

6 lines
194 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export declare const DYNAMIC_ERROR_CODE = "DYNAMIC_SERVER_USAGE";
export declare class DynamicServerError extends Error {
digest: typeof DYNAMIC_ERROR_CODE;
constructor(type: string);
}