PropertyChangeType type

The type of property change.

type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array" | "NoEffect"