interface CreateOrUpdateOp

Represents a create or update repository operation.

Properties

action: "create" | "update"

path: string

The record's path in the repository.

cid: string

The record's CID.

record: { }

The record itself.