Type Alias Brand<T, B>

Brand<T, B>: T & {
    [___brand]: B;
}

Type Parameters

  • T
  • B