You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#177) but there it is.
The text was updated successfully, but these errors were encountered:
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 (#177) but there it is.
The text was updated successfully, but these errors were encountered: