interface CommitEvent

extends EventBase

A commit event. Represents a commit to a user repository.

Properties

did: `did:${string}`

time_us: number

type: "com"

commit: Commit<RecordType>