tsargp
    Preparing search index...

    Type Alias FunctionOption

    FunctionOption: WithOptionType<"function"> & Pick<
        OptionAttributes<string[]>,
        FunctionAttributes,
    > & (WithDefault | WithRequired)

    An option that has any value and can be configured with a parameter count.