| Field | Type | Description |
|---|---|---|
| InputString | string | The raw input string collected from the user. |
| InputArray | []string | The input split into an array based on Delimiter. |
| Field | Type | Description |
|---|---|---|
| Prompt | []string | An array where the first element is the input prompt. |
| ErrMsg | string | Error message displayed if input is invalid. |
| Default | string | Default value returned if no input is provided. |
