Type Alias StateChangeEvent<V>

StateChangeEvent<V>: {
    newState: StateNames<V>;
    priorState: StateNames<V>;
}

Type Parameters