ChangeType type

ChangeType の値を定義します。 指定できる値は、'Create'、'Update'、'Delete' です。

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