⚠️ Internal: This API is not publically exported by the package.

      Interface Brand<K>

      A generic interface that defines a branded type.

      Since

      2.0.0

      interface Brand {
          [BrandTypeId]: {
              readonly [k in string | symbol]: K
          };
      }

      Type Parameters

      • in out K extends string | symbol

      Properties

      Properties

      [BrandTypeId]: {
          readonly [k in string | symbol]: K
      }