UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 277 B
/// <reference types="node" /> import { IncomingMessage, OutgoingMessage } from 'http'; export interface RenderErrorPageComponentsInterface { status: string; req?: IncomingMessage; res?: OutgoingMessage; countPrevent?: number; importMapper: any; }