ChangeType type

The change type for snapshot. PropertyChanges will be provided in case of Update change type

type ChangeType = "Create" | "Update" | "Delete"