type-plus
    Preparing search index...

    Interface Branded<B, T>

    A branded type of B with value of T.

    interface Branded<B extends string, T> {
        "[typeSym]": B;
        "[valueSym]": T;
    }

    Type Parameters

    • B extends string
    • T
    Index

    Properties

    "[typeSym]": B
    "[valueSym]": T