interface UpdateOp

Represents an update repository operation.

Properties

action: "update"

path: string

The record's path in the repository.

cid: string

The record's CID.

prev?: string

The previous record CID.

record: { }

The record's content.