enum CommitType

The types of commits that can be received.

Properties

Create: "c"

A record was created.

Update: "u"

A record was updated.

Delete: "d"

A record was deleted.