Type Alias SuccessSafeRunResult<T>

SuccessSafeRunResult: { output: T; success: true }

Type Parameters

  • T = unknown

Type declaration

  • output: T

    Result output of the function.

  • success: true

    Indicate that the run succeeded.