Generated schema for repoOp
Description: A repo operation, ie a mutation of a single record.
@type t() :: %ProtoRune.Com.Atproto.Sync.SubscribeRepos.RepoOp{ action: :create | :update | :delete, cid: binary() | nil, path: String.t() }