Type Alias BrandedString<Brand>

BrandedString: string & { __brand: Brand }

Type Parameters

  • Brand extends string