type Commit = CommitCreate<RecordType> | CommitDelete<RecordType> | CommitUpdate<RecordType>

A commit event.