Skip to content

Commit

Permalink
fix: fixed request and response typings
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed May 18, 2021
1 parent 8e4817f commit eaaf7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AddressInfo } from 'net';
import Request from '../modules/Request';
import Response from '../modules/Response';
import { Request } from '../modules/Request';
import { Response } from '../modules/Response';

export type Env = 'development' | 'production' | 'test';

Expand Down

0 comments on commit eaaf7f7

Please sign in to comment.