Skip to content

Commit

Permalink
fix(types): missing httpServer on ExpressContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Oct 7, 2019
1 parent 5a89356 commit de7e97e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@nodepack/plugin-express/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Express, Request, Response } from 'express'
import { Server } from 'http'

export interface ExpressContext {
express: Express
httpServer: Server
req: Request
res: Response
port: Number
Expand Down

0 comments on commit de7e97e

Please sign in to comment.