brows3r — TypeScript API
    Preparing search index...

    Interface TransferUploadSpec

    Input for a single upload entry in transferUploadMany.

    Mirrors TransferUploadSpec in src-tauri/src/commands/transfers_cmd.rs.

    interface TransferUploadSpec {
        bucket: string;
        key: string;
        profileId: string;
        sourcePath: string;
    }
    Index

    Properties

    bucket: string
    key: string
    profileId: string
    sourcePath: string