6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
/// <reference types="qs" />
|
|
import { RequestHandler } from 'express';
|
|
export declare const AuthProxy: {
|
|
router: RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs>;
|
|
};
|