ChangeHandlers type-alias

Maps each property to an optional change handler.

Type

{ [Key in keyof T]+?: (value: T[Key]) => void }