From 288d6ad0faf969c356bb2b5a7952b4837c9836ae Mon Sep 17 00:00:00 2001 From: jdawg093 <49189518+jdawg093@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:57:44 +1000 Subject: [PATCH] Update src/types.ts Co-authored-by: Matt Carroll --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 18c994c..ed1d1ce 100644 --- a/src/types.ts +++ b/src/types.ts @@ -49,7 +49,7 @@ export type UploadFormSubmissionOptions = UploadOptions & { jobId?: string } -export type UploadAssetBase = { +export type UploadAssetBase = UploadOptions & { /** The file data to upload */ data: AttachmentUploadData /** A standard MIME type describing the format of the contents */