Explorar o código

aws-s3: fix missing typescript type for `metaFields` option

https://github.com/transloadit/uppy/pull/1866#issuecomment-608366065
Renée Kooi %!s(int64=5) %!d(string=hai) anos
pai
achega
ad14a01ae9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/@uppy/aws-s3/types/index.d.ts

+ 1 - 0
packages/@uppy/aws-s3/types/index.d.ts

@@ -15,6 +15,7 @@ declare module AwsS3 {
     getUploadParameters?: (
       file: Uppy.UppyFile
     ) => MaybePromise<AwsS3UploadParameters>
+    metaFields?: string[],
     timeout?: number
     limit?: number
   }