aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-14 22:43:24 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-14 22:43:24 -0800
commitcdb1a57614068fcfefa145bc6df45c9def7ccc6a (patch)
tree92cadbecda8658c143b7625d5925e3411976a892 /src/types
parent6d318665a08c0d4564d8de23cc39425d2c0bac49 (diff)
downloadposthook-cdb1a57614068fcfefa145bc6df45c9def7ccc6a.tar.gz
posthook-cdb1a57614068fcfefa145bc6df45c9def7ccc6a.zip
Updates
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;