type-plus
    Preparing search index...

    Interface Flavored<F>

    A flavored type of F

    interface Flavored<F extends string> {
        "[typeSym]"?: F;
    }

    Type Parameters

    • F extends string
    Index

    Properties

    Properties

    "[typeSym]"?: F