gbox-sdk
    Preparing search index...

    Type Alias Uploadable

    Uploadable: File | Response | FsReadStream | BunFile

    Typically, this is a native "File" class.

    We provide the toFile utility to convert a variety of objects into the File class.

    For convenience, you can also pass a fetch Response, or in Node, the result of fs.createReadStream().