ActionStateInstance2

typealias ActionStateInstance2<S, P> = JsTuple3<S, (payload: P) -> Unit, Boolean>(source)