cli-vir - v0.2.0
    Preparing search index...

    Type Alias AllowedArgType

    AllowedArgType:
        | ArgValueType
        | `${ArgValueType}`
        | Record<string, string | number | boolean>
        | (number | string | boolean)[]

    All allowed types for an arg type.

    Type declaration

    • ArgValueType
    • `${ArgValueType}`

      Accept the enum as a string so imports aren't necessary (if desired).

    • Record<string, string | number | boolean>

      Accept enums or objects with values.

    • (number | string | boolean)[]

      Accept an array of possible values.