Right<R>: {
    right: R;
}

Right type

Type Parameters

  • R

    the right value type

Type declaration

  • right: R

Generated using TypeDoc