3 lines
78 B
TypeScript
Executable file
3 lines
78 B
TypeScript
Executable file
export declare function handleISRError({ error }: {
|
|
error: any;
|
|
}): void;
|