type alias ArgumentSingleValueType

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.

Definition

number
| string
| boolean

Usage

import { type ArgumentSingleValueType } from ".";