Interface FilebaseJsonUploadOptions

Configuration options for uploading JSON objects to Filebase

interface FilebaseJsonUploadOptions {
    json: object;
    name?: string;
    token: string;
}

Properties

Properties

json: object

The JSON object to upload

name?: string

Name for the JSON file in Filebase

token: string

Filebase API token for authentication