added fonts
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { StackFrame } from 'next/dist/compiled/stacktrace-parser';
|
||||
import { type ErrorSourceType } from '../../../../shared/lib/error-source';
|
||||
export declare function getFilesystemFrame(frame: StackFrame): StackFrame;
|
||||
export declare function getServerError(error: Error, type: ErrorSourceType): Error;
|
||||
Reference in New Issue
Block a user