interface CreateOrUpdateOp

Represents a create or update repository operation.

Properties

action: "create" | "update"

path: string

The record's path in the repository.

cid: CID<unknown, number, number, Version>

The record's CID.

record: RepoRecord

The record itself.