Interface $Type<T, M, V>

🧰 type util

Special type-plus interface to represent unique types with messages.

Type Parameters

  • T extends string

  • M extends string = ""

  • V = unknown

Hierarchy

  • $Type

Properties

Properties

message: M
type: T
value: V

Generated using TypeDoc