inital #4
This commit is contained in:
5
out/auth-proxy.d.ts
vendored
Normal file
5
out/auth-proxy.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/// <reference types="qs" />
|
||||
import { RequestHandler } from 'express';
|
||||
export declare const AuthProxy: {
|
||||
router: RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs>;
|
||||
};
|
||||
Reference in New Issue
Block a user