diff --git a/src/httpParsing/model.ts b/src/httpParsing/model.ts index a7f3dab..d5d927c 100644 --- a/src/httpParsing/model.ts +++ b/src/httpParsing/model.ts @@ -22,7 +22,7 @@ export type request = { { name: string; value: string; - }, + } ]; postData?: postData; };