@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Type Alias SyncActionEventType

    SyncActionEventType:
        | "upload-start"
        | "upload-done"
        | "download-start"
        | "download-done"
        | "copy-start"
        | "copy-done"
        | "hide"
        | "delete-remote"
        | "delete-local"
        | "compare"

    Action event types: per-file outcomes (transfer / metadata change / skip) that always carry a path and a size. These never carry a message because the type tag already says what happened.