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.
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.