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

3 lines
No EOL
239 B
TypeScript

import type http from "node:http";
export declare function processAuth(request: http.IncomingMessage, response: http.ServerResponse, rewriteUrl?: string, customAuth?: SWAConfigFileAuth): Promise<number>;
//# sourceMappingURL=index.d.ts.map