Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • TwoValueGateDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    • U

    Parameters

    • Optional value1: T
    • Optional value2: U

    Returns TwoValueGateDto<T, U>

Properties

Optional value1

value1: T

First value to check

default

undefined

optional

true

Optional value2

value2: U

Second value to check

default

undefined

optional

true

Generated using TypeDoc