• Creates a enum argument. You must put an enum (or a record) of the possible values. The value can be any key of the possible values and it will return the value of the entry.

    Type Parameters

    • E extends Record<string, V>

    • V

    Parameters

    Returns Argument<V>

    • A enum argument.

Generated using TypeDoc