Type alias NextSkip<TResult>

NextSkip<TResult>: NextCall<CallChain, never, TResult>

A special NextCall indicating the rest of the steps are skipped.

Type Parameters

  • TResult = undefined

    Call chain result type.

Generated using TypeDoc