Interface FilebaseUploadOptionsNode

Configuration options for uploading files to Filebase (Node.js)

interface FilebaseUploadOptionsNode {
    file: string;
    name?: string;
    token: string;
}

Properties

Properties

file: string

The file path to upload

name?: string

Name for the file in Filebase

token: string

Filebase API token for authentication