ChangeType type

定義 ChangeType 的值。 可能的值包括:'Create'、'Update'、'Delete'

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