botbook/node_modules/@azure/static-web-apps-cli/dist/msha/handlers/error-page.handler.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

3 lines
No EOL
270 B
TypeScript

import type http from "node:http";
export declare function handleErrorPage(req: http.IncomingMessage, res: http.ServerResponse, statusCode: number, responseOverridesRule: SWAConfigFileResponseOverrides | undefined): void;
//# sourceMappingURL=error-page.handler.d.ts.map