aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/index.ts b/src/types/index.ts
index fbfc70d..5e0b2d4 100644
--- a/src/types/index.ts
+++ b/src/types/index.ts
@@ -29,6 +29,8 @@ export interface StoredRequest {
headers: Record<string, string>;
body: unknown;
files?: Array<{
+ fieldName: string;
+ originalFilename: string;
filename: string;
contentType: string;
size: number;