interface CommitDeleteEvent

extends CommitEvent<RecordType>

A commit event where a record was deleted.

Properties

did: `did:${string}`

time_us: number

type: "com"

commit: CommitDelete<RecordType>