Type Alias Brand<K, T>

Brand<K, T>: K & {
    __brand: T;
}

Type Parameters

  • K
  • T