Type alias Branded<T, Brand>

Branded<T, Brand>: T & {
    [Marker]: T;
}

Type Parameters

  • T

  • Brand

Generated using TypeDoc