minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
955 stars 277 forks source link

Added missing properties for BucketItem union type #1205

Closed bexsoft closed 1 year ago

bexsoft commented 1 year ago

What does this do?

There are some missing properties in the BucketItem type Union, this PR adds them so TS can detect the correct elements returned by this type differentiating between prefix struct & name/etag struct.

How does it look

Before:

Screenshot 2023-08-30 at 12 39 10

After:

Screenshot 2023-08-30 at 14 57 29