Type alias FilebaseConfig

FilebaseConfig: {
    provider: "filebase";
    token: string;
}

Configuration for Filebase IPFS provider

Type declaration

  • provider: "filebase"

    Provider identifier, must be 'filebase'

  • token: string

    API token for Filebase authentication