mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 16:40:26 +00:00
typo in merge
This commit is contained in:
Vendored
+1
-1
@@ -100,7 +100,7 @@ declare namespace inquirer {
|
||||
*/
|
||||
choices?:
|
||||
| ReadonlyArray<ChoiceType>
|
||||
| ((answers: T) => ReadonlyArray<ChoiceType>);
|
||||
| ((answers: T) => ReadonlyArray<ChoiceType>)
|
||||
| ((answers: T) => Promise<ReadonlyArray<ChoiceType>>);
|
||||
/**
|
||||
* Receive the user input and should return true if the value is valid, and an error message (String)
|
||||
|
||||
Reference in New Issue
Block a user