ParsedArgs: { _: string[]; [key: string]: string | number | boolean | string[] }

Represents parsed command-line arguments as a structured object.

The type of values that can be stored (string, number, boolean, or string[])