Type Alias StopEvent<V>

StopEvent<V>: {
    state: StateNames<V>;
}

Type Parameters