Used in Either to represent one of two states.

The Right state usually represents a positive or successful state.

See

Either, Left

Type Parameters

  • T

Hierarchy

  • Right

Properties

Properties

left?: undefined
right: T

Generated using TypeDoc