An object representing a direct overwrite of a value for a channel. Used to signal that the channel value should be replaced with the given value, bypassing any reducer or binary operator logic.
interface OverwriteValueconst overwriteObj: OverwriteValue<number> = { __overwrite__: 123 };