Interface Flavored<F>

A flavored type of F

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

Type Parameters

  • F extends string

Properties

Properties

[typeSym]?: F