mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add "short" to ChoiceOption. (#34934)
This commit is contained in:
committed by
Pranav Senthilnathan
parent
20fdb93704
commit
5e6fe8cbf2
Vendored
+2
-1
@@ -77,7 +77,7 @@ declare namespace inquirer {
|
||||
* Possible values:
|
||||
* <ul>
|
||||
* <li>input</li>
|
||||
* <li>number</li>
|
||||
* <li>number</li>
|
||||
* <li>confirm</li>
|
||||
* <li>list</li>
|
||||
* <li>rawlist</li>
|
||||
@@ -285,6 +285,7 @@ declare namespace inquirer {
|
||||
name?: string;
|
||||
value?: any;
|
||||
type?: string;
|
||||
short?: string;
|
||||
extra?: any;
|
||||
key?: string;
|
||||
checked?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user