mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
oauth2-server: Fix 'express' import (#23173)
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
import { Request, RequestHandler } from "express";
|
||||
import Express = require("express");
|
||||
|
||||
/**
|
||||
* Represents an OAuth2 server instance.
|
||||
|
||||
Reference in New Issue
Block a user