Type Alias OptionType

OptionType:
    | "string"
    | "number"
    | "boolean"
    | "array"
    | "secret"

The possible types for an option.