From 204c3cdf3cb2d6030a78303359437438bcadc56d Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 14 Jul 2023 20:02:33 -0600 Subject: [PATCH] feat: added fileKey parameter for S3 (and other things?) --- common/types.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/common/types.d.ts b/common/types.d.ts index 9f43341..860e8c7 100644 --- a/common/types.d.ts +++ b/common/types.d.ts @@ -67,6 +67,7 @@ declare module 'ass' { interface AssFile { fakeid: string; id: NID; + fileKey: string; mimetype: string; filename: string; save: {