mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
+2
-2
@@ -6,12 +6,12 @@
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
/// <reference path="../mysql/mysql.d.ts" />
|
||||
|
||||
declare module mysql{
|
||||
declare namespace mysql{
|
||||
export interface IConnection {}
|
||||
export interface IError {}
|
||||
}
|
||||
|
||||
declare module Express {
|
||||
declare namespace Express {
|
||||
|
||||
export interface Request {
|
||||
getConnection?: (callback: (err: mysql.IError, connection: mysql.IConnection) => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user