mini-effect
    Preparing search index...

    Interface Flavor<TName>Beta

    Flavor interface.

    interface Flavor<TName extends FlavorName> {
        "[FlavorSymbol]"?: { [TValue in FlavorName]: TValue };
    }

    Type Parameters

    Index

    Properties

    Properties

    "[FlavorSymbol]"?: { [TValue in FlavorName]: TValue }