Subscribe Repos Repo Op
data class SubscribeReposRepoOp(val action: SubscribeReposAction, val path: String, val cid: ByteArray? = null)
A repo operation, ie a mutation of a single record.
Parameters
cid
For creates and updates, the new record CID. For deletions, null.