interface CommitDeleteEvent

extends CommitEvent<RecordType>

A commit event where a record was deleted.

Properties

did: `did:${string}`

time_us: number

kind: "commit"

commit: CommitDelete<RecordType>