StorageFileApi and FileBody aren't exposed via @supabase/storage-js #34560
Unanswered
kevinwright
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This prevents me from directly extending StorageFileApi via Module Augmentation, all for the sake of a couple of
exportkeywords.More specifically, I'd like to be able to enrich StorageFileApi by adding methods such as
uploadTaskso I can more easily use supabase within the context of effect-ts.All reactions