Type Alias DataChangeCallback

DataChangeCallback: ((key: string, value: JSONSerializable, oldValue?: JSONSerializable) => void)

A callback that fires when a monitored key is updated in data storage.