params.StringParam class

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

Signature:

export declare class StringParam extends Param<string> 

Extends: Param<string>