enum CommitType

The types of commits that can be received.

Properties

Create: "create"

A record was created.

Update: "update"

A record was updated.

Delete: "delete"

A record was deleted.