effect-io-ai

Package: effect
Module: Brand

Brand.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