Skip to content

Commit

Permalink
chore: import buffer in custom_response
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Jul 12, 2022
1 parent 54ac091 commit c006a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/custom_response.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import http from 'http';
import type http from 'http';
import type { Buffer } from 'buffer';

export interface CustomResponse {
statusCode?: number;
Expand Down

0 comments on commit c006a77

Please sign in to comment.