.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare class StaticGenBailoutError extends Error {
|
||||
readonly code = "NEXT_STATIC_GEN_BAILOUT";
|
||||
}
|
||||
export declare function isStaticGenBailoutError(error: unknown): error is StaticGenBailoutError;
|
||||
Reference in New Issue
Block a user