params.IntParam class

A parametrized value of Integer type that will be read from .env files if present, or prompted for by the CLI if missing.

Signature:

export declare class IntParam extends Param<number> 

Extends: Param<number>

Properties

Property Modifiers Type Description
type static ParamValueType

params.IntParam.type

Signature:

static type: ParamValueType;