supabase / storage-js

JS Client library to interact with Supabase Storage
Apache License 2.0
127 stars 37 forks source link

Export response type when fetching from storage #184

Open s0h311 opened 11 months ago

s0h311 commented 11 months ago

Hello people, I wanted to use the response type of supabaseClient.storage.from('picture').upload('fileName', file) but there was no type exported so I wrote a type definition and exported it. I assumed, that no issue would be needed for my PR (https://github.com/supabase/storage-js/pull/177) but there it is.

s0h311 commented 11 months ago

I hope "documentation" is appropriate.