Module: example
Classes
Type Aliases
ExampleConfig
Ƭ ExampleConfig: Object
Type declaration
Name | Type | Description |
---|---|---|
description? | string | Description of the example. This will appear as a title above the input/output line(s). |
input? | string | Input of the example. This will appear as a line below the description, with a $ prefix. The prefix can be changed using the help() function on the command. |
output? | string | Output of the example. This will appear as a line below the input, with a > prefix. The prefix can be changed using the help() function on the command. |
Defined in
Variables
ExampleConfig
• Const
ExampleConfig: ZodObject
<ExampleConfig
>