Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/server/dev/node-stack-frames.d.ts
2025-09-21 20:29:15 +07:00

3 lines
154 B
TypeScript
Executable File

import { type ErrorSourceType } from '../../shared/lib/error-source';
export declare function getServerError(error: Error, type: ErrorSourceType): Error;