Package: effect Module: Brand
effect
Brand
A generic interface that defines a branded type.
Signature
export interface Brand<in out K extends string | symbol> { readonly [BrandTypeId]: { readonly [k in K]: K } }
Source
Since v2.0.0