PropertyChangeType type

定義 PropertyChangeType 的值。 可能的值包括:'Insert'、'Update'、'Remove'

type PropertyChangeType = "Insert" | "Update" | "Remove"