Interface Flavored<F>

A flavored type of F

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

Type Parameters

  • F extends string

Properties

Properties

"[typeSym]"?: F