Type alias BrandedString<T>

BrandedString<T>: string & {
    __brand: T;
}

Type Parameters

  • T

Generated using TypeDoc