@flowscripter/dynamic-cli-framework
    Preparing search index...

    Type Alias ArgumentSingleValueType

    ArgumentSingleValueType: number | string | boolean

    The type of single Argument values which are supported.

    NOTE: JavaScript does not have a special runtime value for INTEGER so this is covered by number. NOTE: string is also used for PASSWORD values.