次の方法で共有


ChangeType type

ChangeType の値を定義します。 使用可能な値は、'Create'、'Update'、'Delete' です。

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