Interface IResult<T, TPreviousResult>

Type Parameters

Hierarchy

Implemented by

Properties

error?: string
previousResult?: TPreviousResult
success: boolean
value?: T

Generated using TypeDoc